Commit 28b81a02 by SHIBATA Hiroshi

reviewed

parent 75f98270
......@@ -168,7 +168,7 @@ fetch_svn() {
local svn_url="$2"
local svn_rev="$3"
echo "Checkout ${svn_url}..." >&2
echo "Checking out ${svn_url}..." >&2
if type svn &>/dev/null; then
svn co -r "$svn_rev" "$svn_url" "${package_name}" >&4 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment