summaryrefslogtreecommitdiff
path: root/syncfiles.pl
diff options
context:
space:
mode:
Diffstat (limited to 'syncfiles.pl')
-rwxr-xr-xsyncfiles.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncfiles.pl b/syncfiles.pl
index 57bae5a1..f7e1163b 100755
--- a/syncfiles.pl
+++ b/syncfiles.pl
@@ -18,7 +18,7 @@ sub do_transform($$) {
if ($ps eq '') {
# Remove the path separator and the preceeding directory
- $l =~ s/\S*\x02//g;
+ $l =~ s/[^\s\=]*\x02//g;
} else {
# Convert the path separator
$l =~ s/\x02/$ps/g;