/[make]/make/tests/scripts/variables/SHELL
ViewVC logotype

Diff of /make/tests/scripts/variables/SHELL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by psmith, Sun Nov 28 23:11:23 2004 UTC revision 1.2 by psmith, Mon Jul 4 03:51:00 2005 UTC
# Line 6  $description = "Test proper handling of Line 6  $description = "Test proper handling of
6  # but on other platforms who knows?  # but on other platforms who knows?
7  $oshell = $ENV{SHELL};  $oshell = $ENV{SHELL};
8  delete $ENV{SHELL};  delete $ENV{SHELL};
9  $mshell = `echo 'all:;\@echo \$(SHELL)' | $make_name -f-`;  $mshell = `echo 'all:;\@echo \$(SHELL)' | $make_path -f-`;
10  chop $mshell;  chop $mshell;
11    
12  # According to POSIX, the value of SHELL in the environment has no impact on  # According to POSIX, the value of SHELL in the environment has no impact on

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26