set_soenv.in (0af288bd) set_soenv.in (97d9eac0)
1#!@PERL@ -w
2#
3###############################################################
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 1976 unchanged lines hidden (view full) ---

1985{
1986 #ToFile( "ILIB", $ILIB, "e" );
1987
1988 ToFile( "GREP", "grep.exe", "e" );
1989 ToFile( "FIND", "find.exe", "e" );
1990 ToFile( "LS", "ls.exe", "e" );
1991 ToFile( "GNUCOPY", "cp.exe", "e" );
1992 ToFile( "TOUCH", "touch", "e" );
1#!@PERL@ -w
2#
3###############################################################
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 1976 unchanged lines hidden (view full) ---

1985{
1986 #ToFile( "ILIB", $ILIB, "e" );
1987
1988 ToFile( "GREP", "grep.exe", "e" );
1989 ToFile( "FIND", "find.exe", "e" );
1990 ToFile( "LS", "ls.exe", "e" );
1991 ToFile( "GNUCOPY", "cp.exe", "e" );
1992 ToFile( "TOUCH", "touch", "e" );
1993 ToFile( "CONFIG_SITE", "/@unixroot/usr/share/config.site", "e" );
1993 ToFile( "CONFIG_SITE", "/@unixroot/usr/share/config.legacy", "e" );
1994}
1995
1996# $perlpre is only used for the following three variables
1997# and only set for OS2.
1998my $perlpre = "";
1999if (( $platform =~ m/os2/ )) {
2000 $perlpre = "perl ".${SOLARENV}.${BIN}.${ds};
2001}

--- 653 unchanged lines hidden ---
1994}
1995
1996# $perlpre is only used for the following three variables
1997# and only set for OS2.
1998my $perlpre = "";
1999if (( $platform =~ m/os2/ )) {
2000 $perlpre = "perl ".${SOLARENV}.${BIN}.${ds};
2001}

--- 653 unchanged lines hidden ---