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 --- apply_patches.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apply_patches.sh') diff --git a/apply_patches.sh b/apply_patches.sh index e8e090e..3ce6856 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -1,4 +1,7 @@ #!/bin/bash + +cd "$(realpath $(dirname $0))" + repo="$1" if [[ "x$repo" == "x" ]]; -- cgit v1.2.3