X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fencode-demos.sh;fp=misc%2Ftools%2Fencode-demos.sh;h=ef920a9727fd14ec94a485bbf5017d42b96ee70e;hp=0a30a9eba5daa8f2838c607589085937193e7da8;hb=243220bae3789792389d8985d4a52f101809f4f4;hpb=2caacb2447fb3e78486ede063d3162a63606bc20 diff --git a/misc/tools/encode-demos.sh b/misc/tools/encode-demos.sh index 0a30a9eb..ef920a97 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() {