tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fetch-kde-qt.sh: add bash safety flags
Hoang Xuan Phu
9 years ago
05a71f09
2b0eace6
+2
1 changed file
expand all
collapse all
unified
split
maintainers
scripts
fetch-kde-qt.sh
+2
maintainers/scripts/fetch-kde-qt.sh
···
1
1
#! /usr/bin/env nix-shell
2
2
#! nix-shell -i bash -p coreutils findutils gnused nix wget
3
3
4
4
+
set -efuo pipefail
5
5
+
4
6
SRCS=
5
7
if [ -d "$1" ]; then
6
8
SRCS="$(pwd)/$1/srcs.nix"