No always : after URL in svn info

svn path=/trunk/; revision=49440
This commit is contained in:
Alexis La Goutte 2013-05-20 16:32:11 +00:00
parent 5cd90aeec7
commit fc9f9dde91
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ while getopts "at:" opt ; do
done
shift $((OPTIND-1))
svninfo="`svn info | grep ^URL: | cut -f2 -d' '`"
svninfo="`svn info | grep ^URL | cut -f2 -d' '`"
if [ -z "$svninfo" ] ; then
exit_err "Can't find repository information. Are you running this from a Wireshark SVN directory?"
fi