diff --git a/add_archive.sh b/add_archive.sh index 8e54a675..46a07b7f 100755 --- a/add_archive.sh +++ b/add_archive.sh @@ -10,7 +10,7 @@ warn() { echo "${1}" zenity --warning --no-wrap --text "${1}" } - +set -x if ! command -v unzip &> /dev/null then err "'unzip' could not be found"