From 0e09fba835d0d65e2a927befaf3713dd481d8939 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Wed, 11 Nov 1998 11:30:30 +0000 Subject: makeyodldocs.sh now works with the bash shell (This used to be commit a41defc36756eef0054f66dcbd46890453ad5ae3) --- source3/script/makeyodldocs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3') 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 -- cgit