Wrong quotes lead to issues.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1437 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2010-03-01 22:44:35 +00:00
parent 4c1c750f05
commit f3ec82706e
+3 -3
View File
@@ -15,9 +15,9 @@ case $UID in
FONTS_DIR='/usr/local/share/fonts/'; FONTS_DIR='/usr/local/share/fonts/';
CHMOD='chmod +x';; CHMOD='chmod +x';;
*) *)
INSTALL_DIR='$HOME/.magicseteditor/'; INSTALL_DIR="$HOME/.magicseteditor/";
EXEC_SYMLINK='$HOME/bin/magicseteditor'; EXEC_SYMLINK="$HOME/bin/magicseteditor";
FONTS_DIR='$HOME/.fonts/'; FONTS_DIR="$HOME/.fonts/";
CHMOD='chmod u+x';; CHMOD='chmod u+x';;
esac esac