Re: make and bash-2.05a-3 problem with environment variables

2002-04-14 Thread Larry Hall (RFK Partners, Inc)
At 12:32 PM 4/13/2002, Andre Domaschke wrote: >Environment: >win2k sp2 > >Description: > >in a makefile: > >MAKE=make >ifndef HOSTNAME >ifndef COMSPEC > HOSTNAME := $(shell uname -n) >else > HOSTNAME := $(shell ver) >endif >endif > >with bash-2.05-6 no problem >but with bash-2.05a-

make and bash-2.05a-3 problem with environment variables

2002-04-13 Thread Andre Domaschke
Environment: win2k sp2 Description: in a makefile: MAKE=make ifndef HOSTNAME ifndef COMSPEC HOSTNAME := $(shell uname -n) else HOSTNAME := $(shell ver) endif endif with bash-2.05-6 no problem but with bash-2.05a-3 the HOSTNAME won't be found i use always the same make version