commit | f21ccd299c034905c4890ea5c0a68938e393bb23 | [log] [tgz] |
---|---|---|
author | Philipp Gühring <pg@futureware.at> | Sun Jun 13 19:47:41 2021 +0200 |
committer | Philipp Gühring <pg@futureware.at> | Sun Jun 13 19:47:41 2021 +0200 |
tree | 7b09ab5ae5d98f12a380460629dce5a348b6b5d7 | |
parent | ccb79227ea8d29584eded73b8f9317051cab13d4 [diff] |
Fixed Environment variable reference
diff --git a/scripts/generator.pl b/scripts/generator.pl index bcbc6fa..f9fed81 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 "$CARAVEL/cells/mag/$name.mag"); + next unless(-f $ENV{'$CARAVEL'}."/cells/mag/$name.mag"); open CELL,"<$cell"; print "$name $name(\n";