[svnbook commit] r1994 - trunk/src/nb

sunny256 svnbook-dev at red-bean.com
Sat Feb 11 19:37:37 CST 2006


Author: sunny256
Date: Sat Feb 11 19:37:34 2006
New Revision: 1994

Modified:
   trunk/src/nb/Makefile

Log:
* src/nb/Makefile
  (sync): Change prompt message.


Modified: trunk/src/nb/Makefile
==============================================================================
--- trunk/src/nb/Makefile	(original)
+++ trunk/src/nb/Makefile	Sat Feb 11 19:37:34 2006
@@ -95,7 +95,7 @@
 	@echo ======= START svn status =======
 	@svn status -q
 	@echo ======== END svn status ========
-	@echo -n If there are no local changes, press Enter...
+	@echo -n Press Enter to continue or CTRL-C to abort...
 	@read
 	@if [ "$(HEAD)" = "" ]; then \
 		svnversion . | tr -d M >HEADREV; \




More information about the svnbook-dev mailing list