summaryrefslogtreecommitdiff
path: root/source/script
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-17 20:50:07 +0000
committerJeremy Allison <jra@samba.org>1998-11-17 20:50:07 +0000
commit18ff93a9abbf68ee8c59c0af3e57c63e4a015dac (patch)
tree4ac25cab78948bd6a334a552d884869443d2d8c2 /source/script
parent2a98135bbc759ab334d76cce98ea673871445db1 (diff)
downloadsamba-18ff93a9abbf68ee8c59c0af3e57c63e4a015dac.tar.gz
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Tidied up some of the mess (no other word for it). Still doesn't compile cleanly. There are calls with incorrect parameters that don't seem to be doing the right thing. This code still needs surgery :-(. Jeremy.
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/installman.sh2
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