Changeset: b1de8d5134dc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b1de8d5134dc
Modified Files:
        buildtools/conf/Maddlog
Branch: Jun2010
Log Message:

fix typo that caused unexpected spaces in client's ChangeLog


diffs (12 lines):

diff -r 19ad58419780 -r b1de8d5134dc buildtools/conf/Maddlog
--- a/buildtools/conf/Maddlog   Thu Aug 26 08:50:17 2010 +0200
+++ b/buildtools/conf/Maddlog   Thu Aug 26 20:05:31 2010 +0200
@@ -90,7 +90,7 @@
 
 if [ $# -gt 0 ]; then
     msg=$(echo "  $*" | fmt)
-    mst=${msg#  }
+    msg=${msg#  }
 else
     nl=$'\n  '
     echo "Log message (end with ^D or empty line):"
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to