diff options
Diffstat (limited to 'makehtml.sh')
-rwxr-xr-x | makehtml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makehtml.sh b/makehtml.sh index 93e26b5..b2f044c 100755 --- a/makehtml.sh +++ b/makehtml.sh @@ -24,7 +24,7 @@ sed 's/~</"</g' $SPECDOC.tmp4 >$SPECDOC.tmp5 # This in not a valid HTML output, so detect this and warn user. # For detection, we rely on the fact that file utility # recognizes files with NULL characters as binary data. -if test `file -b $SPECDOC.tmp5` = 'data'; +if test "$(file -b $SPECDOC.tmp5)" = 'data'; then echo echo WARNING! |