From: Rasmus Lerdorf Date: Fri, 4 Aug 2000 02:23:28 +0000 (+0000) Subject: Small portability fix X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f2cd78e6780c9906a6d8ebf8167b7d7b5a68550;p=php Small portability fix --- diff --git a/ext/ext_skel b/ext/ext_skel index f432d570c1..12fe17bd32 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -35,7 +35,7 @@ while test $# -gt 0; do case $1 in --extname=?*) extname=$optarg - EXTNAME=`echo $extname | tr a-z A-Z` + EXTNAME=`echo $extname | tr [a-z] [A-Z]` ;; --proto=?*) proto=$optarg