Skip to Content.
Sympa Menu

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

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 (2733ff85ea08ec19048b436d300596687da3a05a)
  • Date: Thu, 6 Nov 2014 13:23:33 -0600

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

build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2733ff85ea08ec19048b436d300596687da3a05a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

build: popd apparently had a change of semantics

diff --git a/build b/build
index acd9ec0..91fe886 100755
--- a/build
+++ b/build
@@ -23,7 +23,7 @@ build__find_non_volatile sorcery > $NAMES_TMP
tar --owner=0 --group=0 -cvjf sorcery-${branch_name}.tar.bz2 -T $NAMES_TMP
rm $NAMES_TMP
rm sorcery
-popd .. &>/dev/null
+popd &>/dev/null

#---------------------------------------------------------------------
##=back



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (2733ff85ea08ec19048b436d300596687da3a05a), Jaka Kranjc, 11/06/2014

Archive powered by MHonArc 2.6.24.

Top of Page