[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (481761312bbc496f2568c9dfc37ce48f0de81aba)
Jaka Kranjc
scm at sourcemage.org
Sat May 31 15:08:17 EDT 2008
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
More information about the SM-Commit
mailing list