Browse Source

rm fail in git from testing

Kyle P Davis 11 năm trước cách đây
mục cha
commit
9278c73293
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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