cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone executed antsetenv.sh on latest version of macOS Sierra?

Former Member
0 Kudos

When I execute . ./setantenv.sh .

I'm getting;
.: Command not found.

If I try to run as:
source ./setantenv.sh

I am getting:
OWN_NAME=setantenv.sh: Command not found. OWN_NAME: Undefined variable.

I've not seen this happen on previous versions of macOS / OSX.
This is on hybris 6.x

View Entire Topic
Former Member
0 Kudos

It turns out that SAP changed my default shell to the CSH shell when configuring my MacBook (or Apple changed the default on the Sierra vanilla install). I have changed it back to /bin/bash and this now works.

Looks like CSH shell doesn't support the . alias for source . ./ whereas bash does.

Former Member
0 Kudos

Hi, I guess it is not SAP who has changed the default shell ;-) I noticed that general new MacBooks use CSH as the default in the Terminal application.

Cheers, Thomas

Former Member
0 Kudos

Didn't bash used to be the default?