Преглед изворни кода

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 година
родитељ
комит
f282e1da26
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      installer/linux/makeInstallerLinux.sh

+ 1
- 1
installer/linux/makeInstallerLinux.sh Прегледај датотеку

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

Loading…
Откажи
Сачувај