Author: dogguy-guest
Date: Wed Feb 18 13:13:26 2009
New Revision: 6193

URL: http://svn.debian.org/wsvn/?sc=1&rev=6193
Log:
Using msg function to output messages

Modified:
    trunk/projects/git-guide/d-o-m-mrconfig.sh

Modified: trunk/projects/git-guide/d-o-m-mrconfig.sh
URL: 
http://svn.debian.org/wsvn/trunk/projects/git-guide/d-o-m-mrconfig.sh?rev=6193&op=diff
==============================================================================
--- trunk/projects/git-guide/d-o-m-mrconfig.sh (original)
+++ trunk/projects/git-guide/d-o-m-mrconfig.sh Wed Feb 18 13:13:26 2009
@@ -65,9 +65,9 @@
 
 if [ -f ${OUTPUT}\~ ] && diff -u ${OUTPUT}\~ ${OUTPUT}; then
     rm ${OUTPUT}\~
-    echo "I: no changes"
+    msg "no changes"
 else
-    echo "I: $OUTPUT changed!"
+    msg "$OUTPUT changed!"
 fi
 
 # Finish


_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to