Fixed typo/bug

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11721 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-12-12 16:33:20 +00:00
parent 61ec1adf76
commit 2d8d79239f

View file

@ -4,7 +4,7 @@
# Public domain.
# Modified by Adam Fedor, Nicola Pero
if test "$1"="-c"; then
if test "$1" = "-c"; then
CHOWN_TO="$2"
shift 2
else