autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix `set -o posix' again


From: Paul Eggert
Subject: Re: Fix `set -o posix' again
Date: Sat, 11 Feb 2006 00:18:46 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> To tell you the truth, I'm a bit at a loss how to go about this.

How about this idea instead?

for i in `(set -o) 2>/dev/null`; do
  case $i in
  posix) set -o posix;;
  esac
done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]