Remove accidental trailing brace

This commit is contained in:
Leander van Dinteren 2019-11-18 15:10:29 +01:00
parent 7f143a185e
commit 3b97eee0d0

View File

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