Browse Source

Linux installer now builds properly on OSX


git-svn-id: http://svn.dmdirc.com/trunk@3534 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
f282e1da26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      installer/linux/makeInstallerLinux.sh

+ 1
- 1
installer/linux/makeInstallerLinux.sh View File

257
 MD5BIN=`which md5sum`
257
 MD5BIN=`which md5sum`
258
 AWK=`which awk`
258
 AWK=`which awk`
259
 getMD5() {
259
 getMD5() {
260
-	echo "test" | ${MD5BIN}
260
+	echo "test" | ${MD5BIN} -
261
 	if [ $? -eq 0 ]; then
261
 	if [ $? -eq 0 ]; then
262
 		getMD5Linux $@
262
 		getMD5Linux $@
263
 	else
263
 	else

Loading…
Cancel
Save