diff options
Diffstat (limited to 'handlers/svn')
-rw-r--r-- | handlers/svn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/svn b/handlers/svn index cd3cc2e..551255b 100644 --- a/handlers/svn +++ b/handlers/svn @@ -12,7 +12,7 @@ error=0 # If vservers are configured, decide if the handler should # use them or if it should just operate on the host -if [ "$VSERVERS" = "yes" ] +if [ "$vservers" = "yes" ] then if [ ! -z $vsname ] then |