mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-09 20:47: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/';
|
||||
CHMOD='chmod +x';;
|
||||
*)
|
||||
INSTALL_DIR='$HOME/.magicseteditor/';
|
||||
EXEC_SYMLINK='$HOME/bin/magicseteditor';
|
||||
FONTS_DIR='$HOME/.fonts/';
|
||||
INSTALL_DIR="$HOME/.magicseteditor/";
|
||||
EXEC_SYMLINK="$HOME/bin/magicseteditor";
|
||||
FONTS_DIR="$HOME/.fonts/";
|
||||
CHMOD='chmod u+x';;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user