Skip to content
Snippets Groups Projects
Commit 4a7fc074 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

shims/ant: fix style inconsistencies

parent 3d862ef5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export HOMEBREW_CCCFG="O$HOMEBREW_CCCFG"
ant=/usr/bin/ant
[ -x "$ant" ] || ant="$(${HOMEBREW_BREW_FILE} --prefix ant)/bin/ant"
[[ -x "$ant" ]] || ant="$("$HOMEBREW_BREW_FILE" --prefix ant)/bin/ant"
exec "$ant" "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment