Fixed a bad varname

This commit is contained in:
Josh Yelon 2005-03-01 23:07:53 +00:00
parent 502ae6d15e
commit b1eab95643

View File

@ -154,7 +154,7 @@ SectionEnd
Section Uninstall
!ifndef PPGAME
DetailPrint "Removing $FULLNAME from PATH ..."
DetailPrint "Removing ${FULLNAME} from PATH ..."
Push "$INSTDIR\bin"
Call un.RemoveFromPath
!endif