Remove accidental trailing brace

pull/348/head
Leander van Dinteren 2019-11-18 15:10:29 +01:00
parent 7f143a185e
commit 3b97eee0d0
1 changed files with 1 additions and 1 deletions

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