Remove accidental trailing brace (#348)

This commit is contained in:
Leander 2019-11-18 15:38:54 +01:00 committed by XECDesign
parent 7f143a185e
commit 5e19033387

View file

@ -122,7 +122,7 @@ if [ "$(id -u)" != "0" ]; then
exit 1
fi
BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"}
BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export BASE_DIR
if [ -f config ]; then