diff options
Diffstat (limited to 'source/script/installman.sh')
-rwxr-xr-x | source/script/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/installman.sh b/source/script/installman.sh index b3422e5b3d1..4eda8fd537f 100755 --- a/source/script/installman.sh +++ b/source/script/installman.sh @@ -29,7 +29,7 @@ for sect in 1 5 7 8 ; do if (rm -f $FNAME && touch $FNAME); then rm $FNAME - if [ x$GROFF = x ] ; then + if [ "x$GROFF" = x ] ; then cp $s $m # Copy raw nroff else echo "\t$FNAME" # groff'ing can be slow, give the user |