Commit b6ab4f15 authored by coppro's avatar coppro

Wrong quotes lead to issues.

parent 55769b92
......@@ -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
......
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