mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
fetch-kde-qt.sh: add bash safety flags
This commit is contained in:
parent
2b0eace6cf
commit
05a71f0910
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#! /usr/bin/env nix-shell
|
#! /usr/bin/env nix-shell
|
||||||
#! nix-shell -i bash -p coreutils findutils gnused nix wget
|
#! nix-shell -i bash -p coreutils findutils gnused nix wget
|
||||||
|
|
||||||
|
set -efuo pipefail
|
||||||
|
|
||||||
SRCS=
|
SRCS=
|
||||||
if [ -d "$1" ]; then
|
if [ -d "$1" ]; then
|
||||||
SRCS="$(pwd)/$1/srcs.nix"
|
SRCS="$(pwd)/$1/srcs.nix"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue