2007-02-10 Matt Rice <ratmice@gmail.com>

* gnustep-config.sh.in: exit early for --help.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24501 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2007-02-11 03:37:52 +00:00
parent bb7985f018
commit 349019239e
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-02-10 Matt Rice <ratmice@gmail.com>
* gnustep-config.sh.in: exit early for --help.
2007-02-11 Nicola Pero <nicola.pero@meta-innovation.com>,
Matt Rice <ratmice@gmail.com>

View file

@ -48,6 +48,7 @@ if [ "$1" == "--help" ]; then
echo "GNUSTEP_HOST_OS"
echo "GNUSTEP_IS_FLATTENED"
echo
exit 0
fi
#