We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94851d9 commit e6fe2eaCopy full SHA for e6fe2ea
build.pl
@@ -15,4 +15,4 @@
15
die "Found no rebuild script for $what\n" unless $script;
16
17
system "flock -w 60 $script_dir/lock.$what $script >~/log/$what.log 2>&1";
18
-system "$^X $FindBin::Bin/sync.pl", $what;
+system $^X, "$FindBin::Bin/sync.pl", $what;
0 commit comments