Browse Source

I suck.

Fixed OSX Installer thinking builds failed that didn't
Fixes issue 1134


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

+ 1
- 1
installer/osx/makeInstallerOSX.sh View File

431
 		createImage ${IMAGESIZE}
431
 		createImage ${IMAGESIZE}
432
 	done;
432
 	done;
433
 	
433
 	
434
-	if [ ${MVRES} -eq 0 ]; then
434
+	if [ ${MVRES} -ne 0 ]; then
435
 		echo "OSX Build Failed - Imagesize: ${IMAGESIZE}"
435
 		echo "OSX Build Failed - Imagesize: ${IMAGESIZE}"
436
 		exit 1;
436
 		exit 1;
437
 	fi;
437
 	fi;

Loading…
Cancel
Save