Index: branches/blackosx/package/Scripts/Main/Standard/postinstall =================================================================== --- branches/blackosx/package/Scripts/Main/Standard/postinstall (revision 1606) +++ branches/blackosx/package/Scripts/Main/Standard/postinstall (revision 1607) @@ -82,7 +82,7 @@ "$scriptDir"CheckProceed.sh "${targetDisk}" "${targetDeviceRaw}" "${targetVolume}" "${targetDevice}" "${targetVolume}" "${scriptDir}" returnValue=$? -if [ ${returnValue}=0 ]; then +if [ ${returnValue} = 0 ]; then # OK to proceed Index: branches/blackosx/package/Scripts/Sub/CheckProceed.sh =================================================================== --- branches/blackosx/package/Scripts/Sub/CheckProceed.sh (revision 1606) +++ branches/blackosx/package/Scripts/Sub/CheckProceed.sh (revision 1607) @@ -115,7 +115,7 @@ if [ $stageExistence == 3 ] && [ $i -ne $sliceNumber ]; then echo "STOP: Not recommended you install to $targetDeviceRaw as there is already an existing Chameleon installation on $targetDiskRaw" - "$scriptDir"InstallLog.sh "${installerVolume}" "STOP: Not recommended you install to $targetDeviceRaw as there is already an existing Chameleon installation on $targetDiskRaw." + "$scriptDir"InstallLog.sh "${installerVolume}" "STOP: Not recommended you install to $targetDeviceRaw as there is already an existing Chameleon installation on $targetDiskRaw." echo "================================" echo "End" echo "--------------------------------"