[Pkg-ocaml-maint-commits] r6193 - /trunk/projects/git-guide/d-o-m-mrconfig.sh

dogguy-guest at users.alioth.debian.org dogguy-guest at users.alioth.debian.org
Wed Feb 18 13:13:26 UTC 2009


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




More information about the Pkg-ocaml-maint-commits mailing list