diff --git a/scripts/extract_new_birdsounds.sh b/scripts/extract_new_birdsounds.sh index d9644ca..9dd4967 100755 --- a/scripts/extract_new_birdsounds.sh +++ b/scripts/extract_new_birdsounds.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Exit when any command fails -set -x +#set -x set -e # Keep track of the last executed command trap 'last_command=$current_command; current_command=$BASH_COMMAND' DEBUG