# | Line 102 | Line 102 | sub config_starttag { | |
---|---|---|
102 | push @dirstack, $ENV{LOCALTOP}."/".$$hashref{'dir'}; | |
103 | $currentdir=$ENV{LOCALTOP}."/".$$hashref{'dir'}; | |
104 | if ( $switch->context('project') ) { | |
105 | < | print INSTALLFILE "<$name name=$$hashref{dir}>\n"; |
105 | > | print INSTALLFILE "<$name dir=$$hashref{dir}>\n"; |
106 | } | |
107 | } | |
108 | sub config_endtag { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |