summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-10-01 16:40:51 -0500
committerAndrew <forkk@forkk.net>2013-10-01 16:40:51 -0500
commit349553349c7fdee93f72bcfbb44630f4cf2ae9c3 (patch)
tree7ba59808681083703c1890ac2fdfed5be334ccd0 /package
parent1ed822d6e8591b09f33acccac79aa0c0611dfd8c (diff)
downloadMultiMC-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.tar
MultiMC-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.tar.gz
MultiMC-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.tar.lz
MultiMC-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.tar.xz
MultiMC-349553349c7fdee93f72bcfbb44630f4cf2ae9c3.zip
Fixed an issue with the run script on Debian.
Diffstat (limited to 'package')
-rwxr-xr-xpackage/linux/MultiMC2
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}"