Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (3ac3a4cf98e3b90ca31871d20c92ce566190d5e9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (3ac3a4cf98e3b90ca31871d20c92ce566190d5e9)
  • Date: Mon, 4 Feb 2008 09:50:16 -0600

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
usr/sbin/delve | 3 ++-
var/lib/sorcery/modules/libtablet | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 3ac3a4cf98e3b90ca31871d20c92ce566190d5e9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

delve, libtablet: added 3 missing ;; - patch from Arvid Norlander

diff --git a/ChangeLog b/ChangeLog
index 71dccf0..571cb13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* confmeld: added options to just list all spells, configs or both
don't output anything when listing and there is nothing to show;
support passing spells or configs as arguments and only working on
them
+ * delve, libtablet: added 3 missing ;; - patch from Arvid Norlander

2008-02-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libunpack: return 1 when no algorithm is allowed
diff --git a/usr/sbin/delve b/usr/sbin/delve
index 54f2fd6..9c207e3 100755
--- a/usr/sbin/delve
+++ b/usr/sbin/delve
@@ -330,6 +330,7 @@ function delve_make_continuation() {
phase=2
break
fi
+ ;;
esac
done
if [ $phase != 2 ] ; then
@@ -367,7 +368,7 @@ function process_parameters() {
failure) STATES="$STATES $param" ;;
end) STATES="$STATES $param" ;;
all) ALL=on ;;
- *) SPELL=$param
+ *) SPELL=$param ;;
esac
done
}
diff --git a/var/lib/sorcery/modules/libtablet
b/var/lib/sorcery/modules/libtablet
index a498612..7902c3c 100755
--- a/var/lib/sorcery/modules/libtablet
+++ b/var/lib/sorcery/modules/libtablet
@@ -661,7 +661,7 @@ function tablet_check_repair_file() {
spell) tablet_get_spell_file $page $name tablet_file;;
section) tablet_get_section_file $page $name tablet_file;;
grimoire) tablet_get_grimoire_file $page $name tablet_file;;
- *) return 1
+ *) return 1 ;;
esac

if ! [[ $tablet_file ]] ; then



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (3ac3a4cf98e3b90ca31871d20c92ce566190d5e9), Jaka Kranjc, 02/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page