Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: scm AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 34 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>
  • Date: Fri, 12 May 2006 11:20:03 -0500

------------------------------------------------------------
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}"




  • [SM-Commit] BZR Change 34 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>, scm, 05/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page