fetch-kde-qt.sh: add bash safety flags

This commit is contained in:
Hoang Xuan Phu 2016-09-18 21:16:07 +08:00
parent 2b0eace6cf
commit 05a71f0910

View File

@ -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"