Bug 479389 - Incorrect quoting when calling GetLongPath macro. r=jmathies

This commit is contained in:
Robert Strong 2009-02-20 13:00:21 -08:00
parent f13be3aee2
commit 322a9c0167

View File

@ -271,8 +271,8 @@ Section "-Application" APP_IDX
ClearErrors
ReadRegStr $R0 HKLM "Software\Apple Computer, Inc.\QuickTime" "InstallDir"
${Unless} ${Errors}
${GetLongPath} $R0 "$R0"
${Unless} $R0 == ""
${GetLongPath} "$R0" $R0
${Unless} "$R0" == ""
ClearErrors
GetFullPathName $R0 "$R0\Plugins\nsIQTScriptablePlugin.xpt"
${Unless} ${Errors}