summaryrefslogtreecommitdiff
path: root/scripts/dec2hex
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dec2hex')
-rwxr-xr-xscripts/dec2hex1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dec2hex b/scripts/dec2hex
index e997b20..9194d01 100755
--- a/scripts/dec2hex
+++ b/scripts/dec2hex
@@ -1,4 +1,5 @@
#!/bin/sh
+# maybe use? not sure if this would break anything. : printf "%02X" $1
(
if [ x"$USE_BC" = x1 ]; then
echo -n "obase=16; "