Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tdewolff/minify
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Apr 30, 2020
2 parents 3a37880 + 9a62581 commit 66f8191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/minify/install.sh
@@ -1,9 +1,9 @@
#!/bin/bash
#!/bin/sh

if command -v git >/dev/null 2>&1 && git rev-parse --git-dir >/dev/null 2>&1; then
go install -ldflags "-s -w -X 'main.Version=$(git describe --tags)'" -trimpath
else
go install -ldflags "-s -w" -trimpath
fi

source minify_bash_tab_completion
. minify_bash_tab_completion

0 comments on commit 66f8191

Please sign in to comment.