summaryrefslogtreecommitdiff
path: root/solenv/bin/langwrap
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 12:10:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 12:10:41 +0000
commit56042a93b62a3a443a756169168544b62dcec573 (patch)
tree4bf4b87f33c05269e7483f17946891f70307f5e4 /solenv/bin/langwrap
parent3dcee8e51cf9c21e38ece3bc456cb89b57afe5b5 (diff)
INTEGRATION: CWS cmcfixes48 (1.1.1.1.1992); FILE MERGED
2008/07/24 12:55:01 cmc 1.1.1.1.1992.1: #i92086# fix up paths consistently with the others
Diffstat (limited to 'solenv/bin/langwrap')
-rwxr-xr-xsolenv/bin/langwrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/langwrap b/solenv/bin/langwrap
index 9bf73695bc93..97a50f1762ee 100755
--- a/solenv/bin/langwrap
+++ b/solenv/bin/langwrap
@@ -1,8 +1,8 @@
-#!/usr/solar/bin/perl -w
+#!/usr/bin/perl -w
#
# langwrap - language wrapper for building resources
#
-# $Id: langwrap,v 1.1.1.1 2000-09-20 14:43:11 hr Exp $
+# $Id: langwrap,v 1.2 2008-08-18 13:10:41 vg Exp $
use Getopt::Std;
@@ -16,7 +16,7 @@ $nfield = 0;
###### main ######
# Version
-$idStr = ' $Revision: 1.1.1.1 $ ';
+$idStr = ' $Revision: 1.2 $ ';
$idStr =~ /Revision:\s+(\S+)\s+\$/
? ($langwrapRev = $1) : ($langwrapRev = "-");