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