From 349553349c7fdee93f72bcfbb44630f4cf2ae9c3 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 1 Oct 2013 16:40:51 -0500 Subject: Fixed an issue with the run script on Debian. --- package/linux/MultiMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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}" -- cgit v1.2.3