Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RemyJ
  • Order by date
  1. RemyJ

    Unexpected behavior with “set -o errexit” on AIX

    This script shell works fine on GNU/Linux but not on AIX 5.3 and later : #!/bin/sh echo $SHELL set -o nounset -o errexit [ 1 -eq 1 ] && { echo "zzz" } && echo "aaa" && [ 1 -eq 0 ] && echo "bbb" echo "ccc" On GNU/Linux, I've got the expected output : On AIX, I've got this one ...

Part and Inventory Search

Back
Top