gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2325: convert lingering echo to print


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2325: convert lingering echo to printf
Date: Thu, 25 Apr 2013 10:04:44 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2325
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-04-25 10:04:44 -0500
message:
  convert lingering echo to printf
modified:
  gar.mk
=== modified file 'gar.mk'
--- a/gar.mk    2013-04-20 10:24:43 +0000
+++ b/gar.mk    2013-04-25 15:04:44 +0000
@@ -59,7 +59,7 @@
 
 # For rules that do nothing, display what dependencies they
 # successfully completed
-DONADA = @echo -e "[$(OK)address@hidden(OFF)] $(MSG)Complete.  Finished rules: 
$(OFF)$+"
+DONADA = @printf "[$(OK)address@hidden(OFF)] $(MSG)Complete.  Finished rules: 
$(OFF)$+\n"
 
 # TODO: write a stub rule to print out the name of a rule when it
 # *does* do something, and handle indentation intelligently.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]