Skip to content

Commit 828d2ab

Browse files
committed
bloat.sh: Allow running either via a symlink or another directory.
1 parent 6617010 commit 828d2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bloat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir $scratchdir
1212
nm -C -S -l "$binary_or_lib" > $scratchdir/nm.out
1313
objdump -h "$binary_or_lib" > $scratchdir/objdump.out
1414

15-
./bloat/bloat.py \
15+
${where_am_i}/bloat/bloat.py \
1616
--strip-prefix="$prefix" \
1717
--nm-output=$scratchdir/nm.out \
1818
--objdump-output=$scratchdir/objdump.out \

0 commit comments

Comments
 (0)