diff options
Diffstat (limited to 'scripts/hex2dec')
-rwxr-xr-x | scripts/hex2dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hex2dec b/scripts/hex2dec index bf5d82d..1a59f5a 100755 --- a/scripts/hex2dec +++ b/scripts/hex2dec @@ -12,6 +12,6 @@ if [ x"$USE_BC" = x1 ]; then bc -q else - cat ./scripts/hex2dec.d/"$(cat)" + cat `dirname "$0"`/hex2dec.d/"$(cat)" fi ) |