Skip to content

Commit 6d26278

Browse files
committed
Pipefail
1 parent 8a2b083 commit 6d26278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/arch/install_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -eu
3+
set -eu -o pipefail
44

55
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
66
pkglist_dir=$(realpath "$script_dir/../../config/linux/.config/pkglist")

0 commit comments

Comments
 (0)