Przeglądaj źródła

rm fail in git from testing

Kyle P Davis 10 lat temu
rodzic
commit
9278c73293
1 zmienionych plików z 0 dodań i 1 usunięć
  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