Skip to content

Commit

Permalink
Small portability fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlerdorf committed Aug 4, 2000
1 parent c7d84ac commit 9f2cd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ext_skel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f2cd78

Please sign in to comment.