[SM-Commit] BZR Change 34 to devel sorcery by Andrew Stitt <astitt at sourcemage.org>

scm at mail.sourcemage.org scm at mail.sourcemage.org
Fri May 12 12:20:03 EDT 2006


------------------------------------------------------------
revno: 34
committer: Andrew Stitt <astitt at sourcemage.org>
branch nick: devel-hack5
timestamp: Fri 2006-05-12 09:15:57 -0700
message:
  fix bug 11767

=== modified file 'ChangeLog'
--- ChangeLog	
+++ ChangeLog	
@@ -1,3 +1,6 @@
+2006-05-12 Andrew Stitt <astitt at sourcemage.org>
+	* sorcery: remove extra comma, bug 11767
+
 2006-05-11 Andrew Stitt <astitt at sourcemage.org>
 	* libdepends: fix typo
 

=== modified file 'usr/sbin/sorcery'
--- usr/sbin/sorcery	
+++ usr/sbin/sorcery	
@@ -393,8 +393,8 @@
 if [[ \$1 == "autoupdate" ]]; then
     message  "${MESSAGE_COLOR}"
     message  "Interrupting while upgrading the sorcery scripts may"
-    message  "cause the sorcery scripts to be lost.  If the sorcery,"
-    message  "scripts are lost, Source Mage can be restored by"
+    message  "cause the sorcery scripts to be lost.  If the sorcery"
+    message  "scripts are lost, they can be restored by"
     message  "running the following script:"
     message  "${FILE_COLOR}"
     message  "            bash ${RESTORE_SCRIPT}"




More information about the SM-Commit mailing list