From c486e14f96ef9010b5578f056800c761473b902b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Sep 2013 16:32:19 -0400 Subject: set git config stuff so it can commit (hate hate hate that) --- standalone/android/install-haskell-packages | 2 ++ 1 file changed, 2 insertions(+) (limited to 'standalone') diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 45ac861e3..80d467931 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -28,6 +28,8 @@ patched () { cabal unpack $pkg cd $pkg* git init + git config user.name dummy + git config user.email dummy@example.com git add . git commit -m "pre-patched state of $pkg" for patch in ../../haskell-patches/${pkg}_*; do -- cgit v1.2.3