summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>1998-11-11 11:30:30 +0000
committerJean-François Micouleau <jfm@samba.org>1998-11-11 11:30:30 +0000
commit0e09fba835d0d65e2a927befaf3713dd481d8939 (patch)
treec15f785a9601f305bcad94b282e9a8bf6c8c6310
parent9ec90e4fb4c2371647c6e5457c9c80a8c27235ed (diff)
downloadsamba-0e09fba835d0d65e2a927befaf3713dd481d8939.tar.gz
samba-0e09fba835d0d65e2a927befaf3713dd481d8939.tar.xz
samba-0e09fba835d0d65e2a927befaf3713dd481d8939.zip
makeyodldocs.sh now works with the bash shell
(This used to be commit a41defc36756eef0054f66dcbd46890453ad5ae3)
-rwxr-xr-xsource3/script/makeyodldocs.sh6
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