Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 7 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: bzr AT fawkes.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 7 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>
  • Date: Mon, 10 Apr 2006 10:45:19 -0500

------------------------------------------------------------
revno: 7
committer: Andrew Stitt <astitt AT sourcemage.org>
branch nick: devel-hack2
timestamp: Mon 2006-04-03 09:06:01 -0700
message:
fix bug 10588
=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,6 @@
+2006-04-03 Andrew Stitt <astitt AT sourcemage.org>
+ * libmisc: fix bug 10588, fix provider selection on timeout
+
2006-04-02 Andrew Stitt <astitt AT sourcemage.org>
* build: fill in the version value on devel sorcery


=== modified file 'var/lib/sorcery/modules/libmisc'
--- var/lib/sorcery/modules/libmisc
+++ var/lib/sorcery/modules/libmisc
@@ -526,12 +526,12 @@
local msgstr=$3
local default=$4

- local result
+ local result answer

while [[ ! $result ]] ; do
message -n "$msgstr"
read -t $PROMPT_DELAY -n 1 answer
- [[ $answer ]] || answer=$default
+ [[ "$answer" ]] || answer=$default
result="$(hash_get $hashname $answer)"
done
echo




  • [SM-Commit] BZR Change 7 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>, bzr, 04/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page