Browse Source

Issue 1558

tags/0.6.3m1rc1
Shane Mc Cormack 15 years ago
parent
commit
2083e98ff6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      launcher/unix/DMDirc.sh

+ 1
- 1
launcher/unix/DMDirc.sh View File

430
 	fi;
430
 	fi;
431
 	${JAVA}${APPLEOPTS} -ea -jar ${jar} -l unix-${LAUNCHERVERSION} ${params}
431
 	${JAVA}${APPLEOPTS} -ea -jar ${jar} -l unix-${LAUNCHERVERSION} ${params}
432
 	EXITCODE=${?}
432
 	EXITCODE=${?}
433
-	if [ ${EXITCODE} -eq -42 ]; then
433
+	if [ ${EXITCODE} -eq 42 ]; then
434
 		# The client says we need to up update, rerun ourself before exiting.
434
 		# The client says we need to up update, rerun ourself before exiting.
435
 		${0} ${params}
435
 		${0} ${params}
436
 	fi;
436
 	fi;

Loading…
Cancel
Save