Skip to content

Commit

Permalink
Capture message from Sed.
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnack committed Mar 13, 2013
1 parent 3352930 commit 9184bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hs/tests.bash
Expand Up @@ -7,7 +7,7 @@
set -o nounset -o errexit -o pipefail

declare -a esed=()
if sed --version | fgrep -q GNU &>/dev/null
if { sed --version | fgrep -q GNU ;} &>/dev/null
then
esed=(sed -r)
else
Expand Down

0 comments on commit 9184bb0

Please sign in to comment.