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 85fbf79 commit c4fb432Copy full SHA for c4fb432
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