]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/encode-demos.sh
Merge branch 'detrate/feature/encode-demos' into 'master'
[xonotic/xonotic.git] / misc / tools / encode-demos.sh
index 0a30a9eba5daa8f2838c607589085937193e7da8..ef920a9727fd14ec94a485bbf5017d42b96ee70e 100755 (executable)
@@ -83,7 +83,7 @@ _check_xonotic_dir() {
 _get_xonotic_dir() {
     relative_dir=$(dirname $0)/../..
     _check_xonotic_dir ${relative_dir}
-    export XONOTIC_DIR=$(cd ${relative_dir}; pwd)
+    export XONOTIC_DIR="$(cd ${relative_dir}; pwd)"
 }
 
 _kill_xonotic() {