summaryrefslogtreecommitdiff
path: root/scripts/ip2hex
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ip2hex')
-rwxr-xr-xscripts/ip2hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ip2hex b/scripts/ip2hex
index 2c8ce36..9cd2a99 100755
--- a/scripts/ip2hex
+++ b/scripts/ip2hex
@@ -5,5 +5,5 @@ if [ x"$1" = x ]; then
fi
for x in $(echo -n "$1" | tr . ' ') ; do
- ./scripts/dec2hex "$x"
+`dirname "$0"`/dec2hex "$x"
done | tr '\n' / | head -c -1 ; echo