From: Andrey Hristov Date: Mon, 27 Sep 1999 14:05:18 +0000 (+0000) Subject: Make it portable. X-Git-Tag: PRE_FETCH_READ_PATCH~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10591231ca090c3f3353d7d61a46c1606d7ffde8;p=php Make it portable. --- diff --git a/ext/ext_skel b/ext/ext_skel index 30ea4fafd9..bbcadb3478 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -3,7 +3,7 @@ extname="$1" EXTNAME=`echo $1|tr a-z A-Z` -function givup() { +givup() { echo $* exit 1 } @@ -23,9 +23,9 @@ mkdir $extname || givup "Cannot create directory $extname" cd $extname chmod 755 . -echo -n "Creating basic files:" +echo "Creating basic files:\c" -echo -n " config.m4" +echo " config.m4\c" cat >config.m4 <setup.stub <Makefile.am <.cvsignore <config.h.stub<