Author: danielsh
Date: Sat Jun 25 20:02:03 2011
New Revision: 1139610
URL: http://svn.apache.org/viewvc?rev=1139610&view=rev
Log:
* get-deps.sh: Typo fix in the code.
Modified:
subversion/trunk/get-deps.sh
Modified: subversion/trunk/get-deps.sh
URL:
http://svn.apache.org/viewvc/subversion/trunk/get-deps.sh?rev=1139610&r1=1139609&r2=1139610&view=diff
==============================================================================
--- subversion/trunk/get-deps.sh (original)
+++ subversion/trunk/get-deps.sh Sat Jun 25 20:02:03 2011
@@ -112,7 +112,7 @@ get_sqlite() {
get_deps() {
mkdir -p $TEMPDIR
- for d in neon zlib serf sqlite-amalgamation apr apr-util; do
+ for i in neon zlib serf sqlite-amalgamation apr apr-util; do
if [ -d $i ]; then
echo "Local directory '$i' already exists; the downloaded copy won't
be used" >&2
fi