🍻 Default formulae for the missing package manager for macOS
Find a file
Jay Soffian 663260105f openconnect: fix --HEAD to report proper version
openconnect ships with a version.sh script to determine the current version,
but it expects to run from within a clean git clone, which it determines in
part by checking for [-d .git]. For it to work properly we need to:

1. symlink to the git clone (so that the [-d .git] test works).
2. clone without --shallow (so that git describe can find a proper tag)
3. copy autogen.sh before modifying it (so that the checkout isn't dirty)

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
2014-03-13 18:59:24 +00:00
Aliases csv_fix: add csvfix alias. 2014-02-21 11:06:48 +00:00
Formula openconnect: fix --HEAD to report proper version 2014-03-13 18:59:24 +00:00