Fixed an issue with the run script on Debian.
This commit is contained in:
parent
1ed822d6e8
commit
349553349c
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue