Explorar el Código

Bash: == should be =


git-svn-id: http://svn.dmdirc.com/branches/0.5.5@3327 00569f92-eb28-0410-84fd-f71c24880f
remotes/0.5.5
Shane Mc Cormack hace 16 años
padre
commit
61541aa025
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      installer/release.sh

+ 1
- 1
installer/release.sh Ver fichero

@@ -186,7 +186,7 @@ rm -Rf installer_temp
186 186
 # Copy default settings from www to trunk for compile (if they exist, and we are
187 187
 # building a new jar)
188 188
 REVERTLIST=""
189
-if [ "" == "${JARFILE}" ]; then
189
+if [ "" = "${JARFILE}" ]; then
190 190
 	if [ -e "${HOME}/www/updates/" ]; then
191 191
 		echo "================================================================"
192 192
 		echo "Applying settings update to this source"

Loading…
Cancelar
Guardar