diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sun Mar 19 20:37:30 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Mar 21 23:20:29 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -3315,7 +3315,7 @@ while test "$type"; do dir="$ans" direxp="$ansexp" else - dir="$fp/$ans" + dir="$fp/$ansexp" direxp="$fp/$ansexp" fi if test -d "$direxp"; then |