Code

Updated setup, sambaMachineAccountRDN closes #621
[gosa.git] / gosa-si / gosa-si-client
index fce41df0a418b5b489976384bb8ce583c5c4f6ac..94b7c66f1cdad922a9a26c0df970debf0206259d 100755 (executable)
@@ -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;