From 1ee43f550225a95a638f2bf6df6dcdc44a0ef6a4 Mon Sep 17 00:00:00 2001 From: rettenbe Date: Wed, 10 Dec 2008 08:59:05 +0000 Subject: [PATCH] svn revision number at a new place in script git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13232 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-client | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index fce41df0a..94b7c66f1 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -18,6 +18,8 @@ # REVISION: --- #=============================================================================== +my $client_version = '$HeadURL$:$Rev$'; + use strict; use warnings; use Getopt::Long; @@ -40,7 +42,6 @@ use File::Spec; # Workaround: need pure perl to make it work with UTF-8 :-( $XML::Simple::PREFERRED_PARSER= "XML::SAX::PurePerl"; -my $client_version = '$HeadURL$:$Rev$'; my $client_headURL; my $client_revision; my $client_status; -- 2.30.2