(make_proto): proper variable?

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7172 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-10-17 16:02:01 +00:00
parent d975624f56
commit 7657248440

View File

@@ -28,7 +28,7 @@ make_proto () {
perl $top/cf/make-proto.pl -o $2 -p $3 `perl -e '
do {
$_ = <>;
} until(/'$i'_.*SOURCES/);
} until(/'$1'_.*SOURCES/);
while(/\\\\\s*$/s){
$_ = $_ . <>;
}