From: Simon Ruderich Date: Sun, 23 May 2021 10:33:06 +0000 (+0200) Subject: remote: treat paths as slash separated in triggerPaths() X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=6df59d74910d8555e8f61bc11e4652f9d6d57ebf;hp=6df59d74910d8555e8f61bc11e4652f9d6d57ebf remote: treat paths as slash separated in triggerPaths() Remotes are only supported on UNIX systems which use slashes as path separators so this had no direct effect. Change it to make the code more obvious. This was forgotten in afb7e8e (safcm: use only slash separated paths for the configuration, 2021-05-13). ---