Commit b6ab4f15 authored by coppro's avatar coppro

Wrong quotes lead to issues.

parent 55769b92
...@@ -15,9 +15,9 @@ case $UID 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment