rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 09cad2440e9990cde808747f640c368124c17328
parent b2569daad007df645bd39513a5f45e8b5743d243
Author: tjg <tjg>
Date:   Fri, 10 Dec 1999 10:39:44 +0000

1999-12-10

  Bug: absolute globs do still need a special case.  `/*' works again now, but
  we still avoid creating names like `//tmp/foo'.

Diffstat:
MChangeLog | 6++++++
Mtrip.rc | 4++++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -652,3 +652,9 @@ Changes since rc-1.5b2 `-L' options, not LIBS. Release: rc-1.6b1. + +1999-12-10 + + Bug: absolute globs do still need a special case. `/*' works again now, but + we still avoid creating names like `//tmp/foo'. + diff --git a/trip.rc b/trip.rc @@ -565,3 +565,7 @@ expect foo bar qux $rc -s foo bar qux <<'eof' echo $* eof + +# Believe it or not, I broke root directory globbing in rc-1.6b1. +x=/* +~ '/*' $^x && fail root directory globbing