diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:10:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-18 12:10:41 +0000 |
commit | 56042a93b62a3a443a756169168544b62dcec573 (patch) | |
tree | 4bf4b87f33c05269e7483f17946891f70307f5e4 /solenv/bin/langwrap | |
parent | 3dcee8e51cf9c21e38ece3bc456cb89b57afe5b5 (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-x | solenv/bin/langwrap | 6 |
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 = "-"); |