Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23720
b: refs/heads/master
c: 3a25f0b
h: refs/heads/master
v: v3
  • Loading branch information
Aaron Brooks authored and Sam Ravnborg committed Feb 27, 2006
1 parent 927b7ef commit 6bea8de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4c8fbca5836aaafd165aa8732d92ab5d4f3a6841
refs/heads/master: 3a25f0b19f2eefd158955ab809c8947ed8feadf1
4 changes: 2 additions & 2 deletions trunk/scripts/namespace.pl
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
use strict;
use File::Find;

my $nm = "/usr/bin/nm -p";
my $objdump = "/usr/bin/objdump -s -j .comment";
my $nm = ($ENV{'NM'} || "nm") . " -p";
my $objdump = ($ENV{'OBJDUMP'} || "objdump") . " -s -j .comment";
my $srctree = "";
my $objtree = "";
$srctree = "$ENV{'srctree'}/" if (exists($ENV{'srctree'}));
Expand Down

0 comments on commit 6bea8de

Please sign in to comment.