From 373588247bcdb0ef2a16531fb8cd556743c5cd74 Mon Sep 17 00:00:00 2001 From: cyan Date: Tue, 30 Jul 2024 17:46:55 +0200 Subject: Generic safety cleanup (#22) * create checksum system for versioning * minor changes to CI * dart ffi cleanup * update checksums --- build_single.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_single.sh') 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 -- cgit v1.2.3