summarylogtreecommitdiffstats
path: root/nwn.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'nwn.launcher')
-rw-r--r--nwn.launcher2
1 files changed, 1 insertions, 1 deletions
diff --git a/nwn.launcher b/nwn.launcher
index b0b3c0a89b62..1d65cef5143e 100644
--- a/nwn.launcher
+++ b/nwn.launcher
@@ -2,7 +2,7 @@
# Create user directory if it doesn't exist
if [ ! -d "$HOME/.nwn/" ]; then
- mkdir $HOME/.nwn/
+ mkdir "$HOME/.nwn/"
fi
cd "/opt/nwn"