summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTank_Master <tank.master@phoenixviewer.com>2015-02-15 08:43:35 -0800
committerTank_Master <tank.master@phoenixviewer.com>2015-02-15 08:43:35 -0800
commit084575c037d62aaf396539d5e1dd2c6db44e3055 (patch)
tree85b53668ed183a844ee1f42148fd93b33026f343 /indra
parentdce1339439417fe27b301f3fd727acb673fcd02b (diff)
Line ending fix
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/installers/windows/installer_template.nsi2
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"