mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user