Codebase list rust-libslirp / b0d909c
dev/list-remaining-deps.sh: Add missing definition of abort() Nicolas Braud-Santoni 4 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/sh
1
2 abort() { local x=$1; shift; for i in "$@"; do echo >&2 "$0: abort: $i"; done; exit "$x"; }
13
24 echo >&2 "Note, this script is not very accurate and may print out redundant stuff,"
35 echo >&2 "e.g. dependencies of crates that we already patched away in Debian."