|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Tue Apr 10, 2007 3:28 pm
bug in %defined |
I believe there is a bug in %defined. It does not seem to work with pathnames.
Here is a code snippet to demonstrate.
#unvar ./foobar
#var ./foobar 6
#show @{./foobar}
#show %defined(foobar)
#show %defined(./foobar)
%defined recognizes foobar, but not ./foobar. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Apr 10, 2007 5:37 pm |
Confirmed and added to bug list.
|
|
|
|
|
|