don't generate importable variable name
This commit is contained in:
parent
dfc33c4f11
commit
11827bebd9
|
@ -54,5 +54,5 @@ sub escape_v {
|
||||||
($_) = @_;
|
($_) = @_;
|
||||||
s/\.scm$//g;
|
s/\.scm$//g;
|
||||||
s/[^[A-Za-z0-9_]/_/g;
|
s/[^[A-Za-z0-9_]/_/g;
|
||||||
$_;
|
"piclib_src_" . $_;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue