mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32215 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40209c3392
commit
a606416c05
1 changed files with 4 additions and 1 deletions
|
@ -46,6 +46,8 @@ do
|
|||
shift
|
||||
done
|
||||
|
||||
if test x"$BASH_VERSION" = x
|
||||
then
|
||||
# In some shells the builtin test command actually only implements a subset
|
||||
# of the normally expected functionality (or is partially broken), so we
|
||||
# define a function to call a real program to do the job.
|
||||
|
@ -53,6 +55,7 @@ test()
|
|||
{
|
||||
/bin/test $@
|
||||
}
|
||||
fi
|
||||
|
||||
if test x$1 = x
|
||||
then
|
||||
|
@ -127,7 +130,7 @@ fi
|
|||
|
||||
NAME=`basename $1`
|
||||
|
||||
if test ! -f IGNORE ]
|
||||
if test ! -f IGNORE
|
||||
then
|
||||
|
||||
# remove any leftover makefile from a previous test
|
||||
|
|
Loading…
Reference in a new issue