Make update script -x
This commit is contained in:
parent
a3706b915b
commit
4d0d854941
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eou pipefail
|
||||
set -exou pipefail
|
||||
|
||||
TEMP_DIR=$(mktemp -d "repo-updater.XXXX" -p $XDG_RUNTIME_DIR)
|
||||
pushd $TEMP_DIR
|
||||
|
|
Loading…
Reference in New Issue