[commit: ghc] master: Add missing ;; in aclocal.m4 (fe46059)
Ian Lynagh
igloo at earth.li
Sun Feb 17 15:51:35 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fe46059f3e55460b47768c3a22ab9aa3551ce1c7
>---------------------------------------------------------------
commit fe46059f3e55460b47768c3a22ab9aa3551ce1c7
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 17 13:49:56 2013 +0000
Add missing ;; in aclocal.m4
>---------------------------------------------------------------
aclocal.m4 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4
index 0311e25..ad07e50 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1926,6 +1926,7 @@ case "$1-$2" in
exit 1
;;
esac
+ ;;
esac
])
More information about the ghc-commits
mailing list