[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with shell commands on Digital UNIX V4.0F.
From: |
Ted Stern |
Subject: |
Re: Problem with shell commands on Digital UNIX V4.0F. |
Date: |
Fri, 20 Dec 2002 09:36:54 -0800 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (sparc-sun-solaris2.8) |
On Thu, 19 Dec 2002, Matt Hodges wrote:
>>>>>> Ted Stern writes:
>
> > Interesting. For the bash test, try
>
> > SHELL := /bin/bash --noprofile --norc
>
> > If that doesn't work, try adding --posix.
>
> The --norc option makes it work.
This should tell you something -- something is going on in your .bashrc file
on your Digital Unix account.
I would expect everything to work if you eliminate your .bashrc file.
Then you could do a divide-and-conquer (bisection search) to determine what
might be the culprit.
If you have the opportunity, another test would be to try your makefile from
within another account that had no rc files for any shells, other than setting
up paths.
Also, try using printf or /usr/bin/echo instead of the shell's built-in echo
command.
Ted
--
Ted Stern Engineering Applications
Cray Inc. office: 206-701-2182
411 First Avenue South, Suite 600 cell: 206-383-1049
Seattle, WA 98104-2860 FAX: 206-701-2500
Debuggers' motto: Frango ut patefaciam -- I break in order to reveal