diff options
author | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-15 08:43:35 -0800 |
---|---|---|
committer | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-15 08:43:35 -0800 |
commit | 084575c037d62aaf396539d5e1dd2c6db44e3055 (patch) | |
tree | 85b53668ed183a844ee1f42148fd93b33026f343 | |
parent | dce1339439417fe27b301f3fd727acb673fcd02b (diff) |
Line ending fix
-rwxr-xr-x | indra/newview/installers/windows/installer_template.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index ec97cff193..e03ec8ee4e 100755 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -543,7 +543,7 @@ Delete "$INSTDIR\SecondLife.exe" RMDir /r "$INSTDIR\app_settings\shaders"
# Remove skins folder to clean up files removed during development
-RMDir /r "$INSTDIR\skins" +RMDir /r "$INSTDIR\skins"
# We are no longer including release notes with the viewer, so remove them.
Delete "$SMPROGRAMS\$INSTSHORTCUT\SL Release Notes.lnk"
|