Commit fd9ae17d authored by Ivan Pozdeev's avatar Ivan Pozdeev Committed by Matthew Brett
Browse files

clean up comment

parent 98e0da58
...@@ -64,7 +64,7 @@ function good_cmd { ...@@ -64,7 +64,7 @@ function good_cmd {
} }
# Store state of options including -e, -x # Store state of options including -e, -x
# https://stackoverflow.com/questions/14564746/in-bash-how-to-get-the-current-status-of-set-x?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa # https://stackoverflow.com/questions/14564746/in-bash-how-to-get-the-current-status-of-set-x
ORIG_OPTS=$- ORIG_OPTS=$-
set +ex set +ex
[ "$(suppress bad_cmd)" == "$(printf "Running bad_cmd\nbad")" ] \ [ "$(suppress bad_cmd)" == "$(printf "Running bad_cmd\nbad")" ] \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment