fix #8, make it more /bin/sh compatible

--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4073
This commit is contained in:
mathias.gumz 2008-06-19 07:00:28 +00:00
parent 8c72bcdb97
commit 858eae0f07
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
Version 1.0
----------------------------------------------------------------------
2008-06-19:
* fix #8, make it more /bin/sh compatible
2007-04-20:
* small fixes in SConstruct

2
configure vendored
View file

@ -350,7 +350,7 @@ EOF
--prefix)
shift
if [[ $# -gt 0 ]]
if [ $# -gt 0 ]
then
prefix=$1
else