fetch-kde-qt.sh: add bash safety flags
This commit is contained in:
parent
2b0eace6cf
commit
05a71f0910
@ -1,6 +1,8 @@
|
||||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i bash -p coreutils findutils gnused nix wget
|
||||
|
||||
set -efuo pipefail
|
||||
|
||||
SRCS=
|
||||
if [ -d "$1" ]; then
|
||||
SRCS="$(pwd)/$1/srcs.nix"
|
||||
|
Loading…
Reference in New Issue
Block a user