make predist.sh script POSIX-compatible
commit643272ca2724f5589ec308551d7d60dd057c17f8
authorArnout Engelen <arnouten@bzzt.net>
Sat, 19 Feb 2011 14:59:10 +0000 (19 15:59 +0100)
committerArnout Engelen <arnouten@bzzt.net>
Sat, 19 Feb 2011 14:59:10 +0000 (19 15:59 +0100)
tree19aba8643b54fdc1b48e3dabcc4f3abf211c8e36
parent6cae5fbed84a64317bd362332d76f46bf80f3d90
make predist.sh script POSIX-compatible

comparing strings with '==' is allowed in bash, but not in other POSIX shell
implementations such as dash. '=' is recognized by all.
predist.sh