udbToAny.ksh: don't hardcode path to awk

This commit is contained in:
Nina Didenko
2019-11-05 18:49:02 -07:00
committed by Jon Trulson
parent b3f3997bd1
commit 52caa8b8e6
+3 -3
View File
@@ -102,9 +102,9 @@ ConvertRoutine()
shift shift
shift shift
AWK=/usr/bin/awk AWK=awk
if [ -x /usr/bin/nawk ]; then if type nawk > /dev/null 2>&1; then
AWK=/usr/bin/nawk AWK=nawk
fi fi
# #