Skip to content

Commit

Permalink
Use long name of Bash options
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabbenD committed Dec 10, 2023
1 parent 771a749 commit 7c22dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o nounset # Error on unset variables
# [ENVIRONMENT]: OVERRIDE DEFAULTS
function ENV_CREATE_OPTS {
if [[ ${CLI_QUIET:-} != 1 ]]; then
set -x # Print executed commands while performing tasks
set -o xtrace # Print executed commands while performing tasks
fi

if [[ ! -d '/ostree' ]]; then
Expand Down

0 comments on commit 7c22dce

Please sign in to comment.