aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorLeander <[email protected]>2019-11-18 15:38:54 +0100
committerXECDesign <[email protected]>2019-11-18 14:38:54 +0000
commit5e190333878c45695990a861092991bb5c2cfd15 (patch)
tree2f2674bad49bcb2f3456d84e65c03021483265ad /build.sh
parent7f143a185e891055ef2580b68750ade8c7cdaad5 (diff)
Remove accidental trailing brace (#348)
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d93d4dc..b806562 100755
--- a/build.sh
+++ b/build.sh
@@ -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