diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-05-08 19:41:31 -0400 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-05-28 12:53:05 +0200 |
| commit | 452e5df38df2a9ad670840e26ebc2b096d7eaa12 (patch) | |
| tree | eebcd2de5382c361052b6f545047685786560790 /impls/monero.dart/update_bindings.sh | |
| parent | bc8d1a0b75b97156d71579581b4cdfe58c777ed2 (diff) | |
Trezor Safe 7 supportcyjan-trezor-safe7
Diffstat (limited to 'impls/monero.dart/update_bindings.sh')
| -rwxr-xr-x | impls/monero.dart/update_bindings.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/impls/monero.dart/update_bindings.sh b/impls/monero.dart/update_bindings.sh index f1ba024..a7cfe2b 100755 --- a/impls/monero.dart/update_bindings.sh +++ b/impls/monero.dart/update_bindings.sh @@ -1,9 +1,9 @@ #!/bin/bash - set -e -cd "$(realpath $(dirname $0))" +cd "$(realpath "$(dirname "$0")")" dart run ffigen --config ffigen_wownero.yaml dart run ffigen --config ffigen_monero.yaml dart run ffigen --config ffigen_zano.yaml +dart format . |
