Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix thinko
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 94851d9 commit e6fe2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.pl
Expand Up @@ -15,4 +15,4 @@
die "Found no rebuild script for $what\n" unless $script;

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

0 comments on commit e6fe2ea

Please sign in to comment.