From: rettenbe Date: Wed, 10 Dec 2008 08:59:05 +0000 (+0000) Subject: svn revision number at a new place in script X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ee43f550225a95a638f2bf6df6dcdc44a0ef6a4;p=gosa.git 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 --- 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;