mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
bb7985f018
commit
349019239e
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ if [ "$1" == "--help" ]; then
|
|||
echo "GNUSTEP_HOST_OS"
|
||||
echo "GNUSTEP_IS_FLATTENED"
|
||||
echo
|
||||
exit 0
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue