Change SVNBIN into a portable path using /usr/bin/env svn

Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
This commit is contained in:
Rogerio Prado de Jesus
2014-07-16 07:38:48 -03:00
parent 6cdcfb0be0
commit e8c3fe9677

View File

@ -16,7 +16,7 @@
# +----------------------------------------------------------------------+
#
SVNBIN=/usr/bin/svn
SVNBIN="/usr/bin/env svn"
pushd .
cd `dirname $0`/..