sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master sorcery by Ismael Luceno (e47ec5212bbbc3d271c679a88ac414c862fd6e56)
- 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 (e47ec5212bbbc3d271c679a88ac414c862fd6e56)
- Date: Sun, 2 Apr 2023 20:44:35 +0000
GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:
usr/lib/sorcery/cmd/sightsee | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit e47ec5212bbbc3d271c679a88ac414c862fd6e56
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
sightsee: Fix parsing of SPELL
diff --git a/usr/lib/sorcery/cmd/sightsee b/usr/lib/sorcery/cmd/sightsee
index f5f482d..4337ee1 100755
--- a/usr/lib/sorcery/cmd/sightsee
+++ b/usr/lib/sorcery/cmd/sightsee
@@ -71,7 +71,8 @@ find "${paths[@]}" -name DETAILS -exec awk -vdebug="$debug"
'
}
/^ *SPELL=/ {
spell = $0
- sub(/^[^=]+=/, "", spell)
+ sub(/^[^=]+=["'\'']?/, "", spell)
+ sub(/["'\'']$/, "", spell)
next
}
/^ *VERSION=/ {
- [SM-Commit] GIT changes to master sorcery by Ismael Luceno (e47ec5212bbbc3d271c679a88ac414c862fd6e56), Ismael Luceno, 04/02/2023
Archive powered by MHonArc 2.6.24.