]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
gitignore,gitconfig: Remove gitignore file.
[config/dotfiles.git] / setup.sh
index 2747b9235d4533990ea361ae4a4c8c5d08e99ac2..4a4f78c0f32c4a1cb5459403ec6a82fa4f27dd99 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -18,6 +18,8 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
+set -e
+
 . ../lib.sh
 
 if installed git; then
@@ -28,7 +30,6 @@ if installed git; then
     fi
 
     generate m4 gitconfig \
-        -DGITIGNORE=`pwd`/gitignore \
         -DPATIENCE="$PATIENCE" \
         -DOS=`os` \
         -DTIG="`pwd`/tig.pl"