summaryrefslogtreecommitdiff
path: root/source3/script/makeyodldocs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/makeyodldocs.sh')
-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