X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fencode-demos.sh;h=ab84bd3c33e5076f21b7b595a39f05b055e44b60;hp=139b4a5389b6ab033d604f7dc727434644bc17ab;hb=155bb8c3341289661a561353eaed7604f2d241ad;hpb=fad8984fa66fb8328f5eeb512cafd6c21eb70ea4 diff --git a/misc/tools/encode-demos.sh b/misc/tools/encode-demos.sh index 139b4a53..ab84bd3c 100755 --- a/misc/tools/encode-demos.sh +++ b/misc/tools/encode-demos.sh @@ -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() {