commit 0a5e4dd73a7165b53353d066353bd686d24c9e5a parent a5f4d5338426ce0cd5ebfff52a11c33fbfd73080 Author: Ilia Bozhinov <ammen99@gmail.com> Date: Thu, 19 Mar 2020 22:58:24 +0100 update_build.sh: fix build root detection Diffstat:
| M | update_build.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_build.sh b/update_build.sh @@ -3,7 +3,7 @@ set -e set -o xtrace -BUILDROOT=$1 +BUILDROOT=$(realpath $1) STREAM=$2 if [ "$STREAM" = "" ]; then STREAM=master