diff options
-rwxr-xr-x | src/gen-lock-obj.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen-lock-obj.sh b/src/gen-lock-obj.sh index a710f0c..258eec6 100755 --- a/src/gen-lock-obj.sh +++ b/src/gen-lock-obj.sh @@ -38,7 +38,7 @@ # AWK=gawk ./gen-lock-obj.sh # -if test -n `echo -n`; then +if test -n "`echo -n`"; then ECHO_C='\c' ECHO_N='' else |