Browse Source

rm fail in git from testing

Kyle P Davis 10 years ago
parent
commit
9278c73293
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gimmes/git

+ 0 - 1
gimmes/git

@@ -1,6 +1,5 @@
 #!/bin/bash
 set -o errexit -o pipefail
-echo "FAILED"; exit 1
 has git  ||  gimme_pkg git
 if ! [[ -f "$HOME/.gitconfig" ]]; then
 	git config --global color.ui true