delete test statement.

This commit is contained in:
handsomecheung 2013-01-16 15:12:56 +08:00
commit 843fc44fe5

View file

@ -25,7 +25,7 @@ function svn_get_repo_name {
if [ $(in_svn) ]; then
svn info | sed -n 's/Repository\ Root:\ .*\///p' | read SVN_ROOT
svn info | sed -n "s/URL:\ .*$SVN_ROOT\///p" | read TMPP
svn info | sed -n "s/URL:\ .*$SVN_ROOT\///p"
fi
}