summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-16 23:28:59 +0000
committerJeremy Allison <jra@samba.org>1998-11-16 23:28:59 +0000
commit6c25a3314243997508b0b2da4bfa10bb979e9c10 (patch)
tree361d38bf7a244b95ed329b0b0537fbaa428d9639 /source/script
parent4ca71c90985b1c88d92bdd0f9079a4afc263dc46 (diff)
downloadsamba-6c25a3314243997508b0b2da4bfa10bb979e9c10.tar.gz
samba-6c25a3314243997508b0b2da4bfa10bb979e9c10.tar.xz
samba-6c25a3314243997508b0b2da4bfa10bb979e9c10.zip
Makefile.in: Re-added quotes round ROFF call for DGUX.
script/installman.sh: Make installman ignore ROFF argument if it is "". smbd/oplock.c: Move location of oplock test file to lockdir. 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 12e49fcda3f..b3422e5b3d1 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 [ ! "$GROFF" ] ; then
+ if [ x$GROFF = x ] ; then
cp $s $m # Copy raw nroff
else
echo "\t$FNAME" # groff'ing can be slow, give the user