Skip to content

Commit

Permalink
[build] fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 18, 2010
1 parent 928e895 commit 85abe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.pl
Expand Up @@ -10,7 +10,7 @@
my $what = shift(@ARGV) or die "Usage: $0 <project>\n";

my $script_dir = "$FindBin::Bin/build-scripts/";
my $script = first { -e $_ } "$script_dir/$what.pl", "$script_dir/$what.sh";
my $script = first { -e $_ } "$script_dir/rebuild-$what.pl", "$script_dir/rebuild-$what.sh";

die "Found no rebuild script for $what\n" unless $script;

Expand Down

0 comments on commit 85abe2a

Please sign in to comment.