Fixed install script and set selection window crash.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1366 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2009-01-18 04:00:50 +00:00
parent 46454d9e97
commit 4e772d14da
3 changed files with 8 additions and 17 deletions
+1 -8
View File
@@ -15,14 +15,7 @@ case $UID in
*)
INSTALL_DIR='$HOME/.magicseteditor/';
EXEC_SYMLINK='$HOME/bin/magicseteditor';
esac
if [ \"$MSE_INSTALL_DIR\" != "" ] then
INSTALL_DIR=$MSE_INSTALL_DIR
fi
if [ \"$MSE_EXEC_SYMLINK\" != "" ] then
INSTALL_DIR=$MSE_EXEC_SYMLINK
fi
esac;
echo "Magic Set Editor version $VERSION Installer Script.