Skip to Content.
Sympa Menu

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

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 (0ef5b406d0d1d1730af1770e0f0c29314b7ca8bf)
  • Date: Tue, 2 Aug 2016 23:14:41 +0000

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

etc/sorcery/config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0ef5b406d0d1d1730af1770e0f0c29314b7ca8bf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

config: Fix typos

diff --git a/etc/sorcery/config b/etc/sorcery/config
index 6e212c3..c555750 100755
--- a/etc/sorcery/config
+++ b/etc/sorcery/config
@@ -41,8 +41,8 @@ color() {
MD5SUM_DL=${MD5SUM_DL:=ask_risky}
CLEAN_SOURCE=${CLEAN_SOURCE:=off}
ARCHIVEBIN=${ARCHIVEBIN:=tar}
- COMPRESSBIN=${COMPRESSBIN-bzip2}
- EXTENSION=${EXTENSION-.bz2}
+ COMPRESSBIN=${COMPRESSBIN:-bzip2}
+ EXTENSION=${EXTENSION:-.bz2}
SET_TERM_TITLE=${SET_TERM_TITLE:=off}
PER_SPELL_CFLAGS=${PER_SPELL_CFLAGS:=off}
SHOW_GAZE_SHORT_QUERY=${SHOW_GAZE_SHORT_QUERY:=on}



  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (0ef5b406d0d1d1730af1770e0f0c29314b7ca8bf), Ismael Luceno, 08/02/2016

Archive powered by MHonArc 2.6.24.

Top of Page