Skip to Content.
Sympa Menu

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

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 (481761312bbc496f2568c9dfc37ce48f0de81aba)
  • Date: Sat, 31 May 2008 14:08:17 -0500

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

ChangeLog | 3 +++
build | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 481761312bbc496f2568c9dfc37ce48f0de81aba
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

build: fixed a typo in the pwd error message

diff --git a/ChangeLog b/ChangeLog
index d6b1942..d6e2b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-05-31 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * build: fixed a typo in the pwd error message
+
2008-05-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* config: use $HOME instead of hardcoding /root

diff --git a/build b/build
index f02fc71..acd9ec0 100755
--- a/build
+++ b/build
@@ -12,7 +12,7 @@ else
fi

if [ -e ../sorcery ]; then
- echo "We need a blank directory beneath the current on to link sorcery ->
$branch_dir"
+ echo "We need a blank directory beneath the current one to link sorcery ->
$branch_dir"
exit 1
fi
[[ $branch_name == devel ]] && date "+%Y%m%d" > etc/sorcery/version



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (481761312bbc496f2568c9dfc37ce48f0de81aba), Jaka Kranjc, 05/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page