diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-16 23:28:59 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-16 23:28:59 +0000 |
commit | 3b4a9ff3809ee05a7f06c3eaddd1e5a6e35bfc49 (patch) | |
tree | f159eb9ecbdfcdee63eaafea1e7fd107762bed58 /source3/script | |
parent | 31739a0e1e32abfa7da166afbc5075aeab4124e6 (diff) | |
download | samba-3b4a9ff3809ee05a7f06c3eaddd1e5a6e35bfc49.tar.gz samba-3b4a9ff3809ee05a7f06c3eaddd1e5a6e35bfc49.tar.bz2 samba-3b4a9ff3809ee05a7f06c3eaddd1e5a6e35bfc49.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.
(This used to be commit 6c25a3314243997508b0b2da4bfa10bb979e9c10)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh index 12e49fcda3..b3422e5b3d 100755 --- a/source3/script/installman.sh +++ b/source3/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 |