makedeb
A hackable text editor for the 21st Century
Click here to go back to the commit logs for atom-bin.
Hash: 1151e6be5ca7bd72fd46ac962d168fb6d4236bbc
Message: Debugging update script
diff --git a/.update-check.sh b/.update-check.sh
index a2e6c3e..6740c09 100755
--- a/.update-check.sh
+++ b/.update-check.sh
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e
+set -x
set -o pipefail
for i in curl jq; do