diff options
author | Leander <[email protected]> | 2019-11-18 15:38:54 +0100 |
---|---|---|
committer | XECDesign <[email protected]> | 2019-11-18 14:38:54 +0000 |
commit | 5e190333878c45695990a861092991bb5c2cfd15 (patch) | |
tree | 2f2674bad49bcb2f3456d84e65c03021483265ad /build.sh | |
parent | 7f143a185e891055ef2580b68750ade8c7cdaad5 (diff) |
Remove accidental trailing brace (#348)
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |