Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Ismael Luceno (04b9952933d6ba7b24edc77acda054e1e79f79de)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (04b9952933d6ba7b24edc77acda054e1e79f79de)
  • Date: Fri, 21 Aug 2020 17:57:49 +0000

GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:

var/lib/sorcery/modules/libcodex | 1 +
var/lib/sorcery/modules/libmisc | 1 +
2 files changed, 2 insertions(+)

New commits:
commit 04b9952933d6ba7b24edc77acda054e1e79f79de
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Add FIXMEs for compgen

diff --git a/var/lib/sorcery/modules/libcodex
b/var/lib/sorcery/modules/libcodex
index 5bf07fd..5b4f9e5 100755
--- a/var/lib/sorcery/modules/libcodex
+++ b/var/lib/sorcery/modules/libcodex
@@ -625,6 +625,7 @@ codex_clear_current_spell() {
VERSION SHORT UPDATED WEB_SITE ENTERED MAINTAINER \
MD5 LICENSE BUILD_API SECURITY_PATCH PATCHLEVEL \
$(compgen -v SOURCE|grep -E '^SOURCE[0-9]*(_URL)?$')
+ # FIXME compgen depends on bash containing readline support
}

#---------------------------------------------------------------------
diff --git a/var/lib/sorcery/modules/libmisc b/var/lib/sorcery/modules/libmisc
index b9e27de..8eba985 100755
--- a/var/lib/sorcery/modules/libmisc
+++ b/var/lib/sorcery/modules/libmisc
@@ -1199,6 +1199,7 @@ real_get_safe_locale() {
#---------------------------------------------------------------------
real_get_source_nums() {
local foo
+ # FIXME compgen depends on bash containing readline support
compgen -v SOURCE |
grep '^SOURCE[0-9]*$'|sort -u|
while read foo; do echo "${1}${foo/SOURCE/}"; done



  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (04b9952933d6ba7b24edc77acda054e1e79f79de), Ismael Luceno, 08/21/2020

Archive powered by MHonArc 2.6.24.

Top of Page