Skip to content
Snippets Groups Projects
Unverified Commit 1122732f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use set -e in script.

parent fbea2e43
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -e
remove_pip_metadata() {
find . -type d -name pip-wheel-metadata -print0 | xargs -0r rm -rf --
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment