On Thu, May 24, 2012 at 4:37 PM, Clark WANG <[email protected]> wrote: > See following example: > > $ echo ${.sh.version} > Version JMP 93u+ 2012-05-17 > $ > $ ls -l > total 3 > lrwxrwxrwx 1 root root 3 2012-05-24 16:29 bar -> foo > -rw-r--r-- 1 root root 1993 2012-05-24 16:29 foo > $ cat bar >; bar > $ ls -l > total 3 > -rw-r--r-- 1 root root 1993 2012-05-24 16:29 bar > -rw-r--r-- 1 root root 1993 2012-05-24 16:29 foo > $ > > Here the >; removed the symlink (bar) and recreated it as a normal > file. That's not what I want for most of the time.
Fixed in 2012-05-31 update. _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
