Skip to content

Commit e6fe2ea

Browse files
committed
fix thinko
1 parent 94851d9 commit e6fe2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
die "Found no rebuild script for $what\n" unless $script;
1616

1717
system "flock -w 60 $script_dir/lock.$what $script >~/log/$what.log 2>&1";
18-
system "$^X $FindBin::Bin/sync.pl", $what;
18+
system $^X, "$FindBin::Bin/sync.pl", $what;

0 commit comments

Comments
 (0)