diff options
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_single.sh b/build_single.sh index cb8979a..d98af2a 100755 --- a/build_single.sh +++ b/build_single.sh @@ -1,5 +1,7 @@ #!/bin/bash +cd "$(realpath $(dirname $0))" + function verbose_copy() { echo "==> cp $1 $2" cp $1 $2 |
