diff options
author | Jean-François Micouleau <jfm@samba.org> | 1998-11-11 11:30:30 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 1998-11-11 11:30:30 +0000 |
commit | 0e09fba835d0d65e2a927befaf3713dd481d8939 (patch) | |
tree | c15f785a9601f305bcad94b282e9a8bf6c8c6310 /source3/script | |
parent | 9ec90e4fb4c2371647c6e5457c9c80a8c27235ed (diff) | |
download | samba-0e09fba835d0d65e2a927befaf3713dd481d8939.tar.gz samba-0e09fba835d0d65e2a927befaf3713dd481d8939.tar.bz2 samba-0e09fba835d0d65e2a927befaf3713dd481d8939.zip |
makeyodldocs.sh now works with the bash shell
(This used to be commit a41defc36756eef0054f66dcbd46890453ad5ae3)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/makeyodldocs.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/script/makeyodldocs.sh b/source3/script/makeyodldocs.sh index 51151ec353..16a905c6e1 100755 --- a/source3/script/makeyodldocs.sh +++ b/source3/script/makeyodldocs.sh @@ -1,5 +1,5 @@ -#!/bin/sh -SRCDIR=$1/ +#!/bin/sh -v +SRCDIR=$1 YODLDIR=$SRCDIR/../docs/yodldocs MANPAGEDIR=$SRCDIR/../docs/manpages @@ -30,7 +30,7 @@ do # # Create the basename from the YODL manpage # - bn=`echo $d | sed -e 's/\.yo//` + bn=`echo $d | sed -e 's/\.yo//'` case "$d" in |