Remove accidental trailing brace (#348)

master
Leander 2019-11-18 15:38:54 +01:00 committed by XECDesign
parent 7f143a185e
commit 5e19033387
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