We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f87bfb + ab65a4d commit 2d05dd9Copy full SHA for 2d05dd9
generate-results.sh
@@ -7,6 +7,7 @@
7
[ -n "$HOMEBREW_PREFIX" ] && PATH="${HOMEBREW_PREFIX}/opt/coreutils/libexec/gnubin:${PATH}"
8
if command -v gsed >/dev/null 2>&1
9
then
10
+ shopt -s expand_aliases
11
alias sed='gsed'
12
fi
13
0 commit comments