Skip to content

Commit e4c43d8

Browse files
committed
add -x
1 parent f64d985 commit e4c43d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hermetic_build/library_generation/generate_library.sh

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

3-
set -eo pipefail
3+
set -eox pipefail
44

55
# parse input parameters
66
while [[ $# -gt 0 ]]; do

0 commit comments

Comments
 (0)