We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1c669 commit 5354f7bCopy full SHA for 5354f7b
tools/docker/scripts/lsblk.sh
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
# tiny lsblk(8) equivalent to make integration tests distro-agnostic
3
-set -eu
+set -euo pipefail
4
5
echo 'NAME MAJ:MIN RM SIZE RO | MAGIC'
6
0 commit comments