diff options
Diffstat (limited to 'scripts/dec2hex')
| -rwxr-xr-x | scripts/dec2hex | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/dec2hex b/scripts/dec2hex index 9194d01..53ccf10 100755 --- a/scripts/dec2hex +++ b/scripts/dec2hex @@ -17,6 +17,6 @@     bc -q    ) | tail -c3   else -  cat ./scripts/dec2hex.d/"$(cat)" +  cat `dirname "$0"`/dec2hex.d/"$(cat)"   fi  ) | 
