Remove accidental trailing brace (#348)
This commit is contained in:
parent
7f143a185e
commit
5e19033387
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue