Skip to main content
added 2 characters in body
Source Link
ilkkachu
  • 148.2k
  • 16
  • 268
  • 441

I happened to have the variable POSIXLY_CORRECT set as I had earlier run set -o posix.

It was in my list of variables as POSIXLY_CORRECT=y but it did not occur to me at fistfirst sight that this could be the cause. (I was rather searching for any interference with the names of the commands).)

Resetting using set +o posix solved the problem.

I happened to have the variable POSIXLY_CORRECT set as I had earlier run set -o posix.

It was in my list of variables as POSIXLY_CORRECT=y but it did not occur to me at fist sight that this could be the cause (I was rather searching for any interference with the names of the commands).

Resetting using set +o posix solved the problem.

I happened to have the variable POSIXLY_CORRECT set as I had earlier run set -o posix.

It was in my list of variables as POSIXLY_CORRECT=y but it did not occur to me at first sight that this could be the cause. (I was rather searching for any interference with the names of the commands.)

Resetting using set +o posix solved the problem.

Source Link
The Quark
  • 454
  • 3
  • 14

I happened to have the variable POSIXLY_CORRECT set as I had earlier run set -o posix.

It was in my list of variables as POSIXLY_CORRECT=y but it did not occur to me at fist sight that this could be the cause (I was rather searching for any interference with the names of the commands).

Resetting using set +o posix solved the problem.