Skip to content
Snippets Groups Projects
Commit 6f36197f authored by Mark Harrison's avatar Mark Harrison
Browse files

Adding another possible path for the subversion binary

git-svn-id: https://labs.omniti.com/resmon/trunk@126 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
parent 442851e3
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ sub handler {
## Current revision
# Find location of subversion binary
my $svn = 'svn';
for my $path (qw(/usr/local/bin /opt/omni/bin)) {
for my $path (qw(/usr/local/bin /opt/omni/bin /opt/csw/bin)) {
if (-x "$path/svn") {
$svn = "$path/svn";
last;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment