commit | 395c674173002717ccac37822f5eb00c8ad4aa4b | [log] [tgz] |
---|---|---|
author | Philipp Gühring <pg@futureware.at> | Sun Jun 13 20:18:45 2021 +0200 |
committer | Philipp Gühring <pg@futureware.at> | Sun Jun 13 20:18:45 2021 +0200 |
tree | 21fd51c622e75a19eac91c028eb896af448d1773 | |
parent | c07cb56c3d2e7b0e03781f1426cbb183f7c49ef8 [diff] |
Fixed Environment variable name
diff --git a/scripts/generator.pl b/scripts/generator.pl index f9fed81..58b4525 100644 --- a/scripts/generator.pl +++ b/scripts/generator.pl
@@ -68,7 +68,7 @@ my $name=""; $name=$1 if($mag=~m/([\w\-\.]+)\.mag$/); next unless(-f $cell); next unless(-f $lib); - next unless(-f $ENV{'$CARAVEL'}."/cells/mag/$name.mag"); + next unless(-f $ENV{'CARAVEL'}."/cells/mag/$name.mag"); open CELL,"<$cell"; print "$name $name(\n";