Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU |
On Thu, 20 Feb 2003, Brian Medley wrote: > I would expect it to handle that situation, perhaps you should report it as > a bug. In the meantime, does this work: > > # If running interactively, then: > if [ "$PS1" ]; then > set -o noclobber > fi > Well, my stars! :-) This fixes everything. Actually to be pedantic, I added if [ -n "$PS1" ]; then set -o noclobber fi (with the -n). Muchos gracias, this is very cool. -- Ken Gosier ken at kg293.net
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |