diff options
| author | Andrew <forkk@forkk.net> | 2013-10-01 16:40:51 -0500 |
|---|---|---|
| committer | Andrew <forkk@forkk.net> | 2013-10-01 16:40:51 -0500 |
| commit | 349553349c7fdee93f72bcfbb44630f4cf2ae9c3 (patch) | |
| tree | 7ba59808681083703c1890ac2fdfed5be334ccd0 | |
| parent | 1ed822d6e8591b09f33acccac79aa0c0611dfd8c (diff) | |
| download | PrismLauncher-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.tar.gz PrismLauncher-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.tar.bz2 PrismLauncher-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.zip | |
Fixed an issue with the run script on Debian.
| -rwxr-xr-x | package/linux/MultiMC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux/MultiMC b/package/linux/MultiMC index c8c1b55a..d9f9dd5d 100755 --- a/package/linux/MultiMC +++ b/package/linux/MultiMC @@ -1,7 +1,7 @@ #!/bin/sh # Basic start script for running MultiMC with the libs packaged with it. -MMC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +MMC_DIR="$( cd "$( dirname "$0" )" && pwd )" cd "${MMC_DIR}" echo "MultiMC Dir: ${MMC_DIR}" |
