diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-07-30 17:46:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 17:46:55 +0200 |
| commit | 373588247bcdb0ef2a16531fb8cd556743c5cd74 (patch) | |
| tree | a26e5a4c08cd56b8e47a20cdc94306b0e7a3a01c /apply_patches.sh | |
| parent | 3b9928a665099f10cfd7e17f82cdf222e9f3ae27 (diff) | |
Generic safety cleanup (#22)
* create checksum system for versioning
* minor changes to CI
* dart ffi cleanup
* update checksums
Diffstat (limited to 'apply_patches.sh')
| -rwxr-xr-x | apply_patches.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" ]]; |
