Bug#4524: controllib.pl doesn't show file name in error msg

1996-09-21 Thread Heiko Schlittermann
Karl Sackett wrote: : : While tracking down a different bug, I found this typo on line 58 of : /usr/lib/dpkg/controllib.pl: : : &error("unable to open substvars file $varlistvile: $!"); While preparing a 1.4.0.1 (??) package of dpkg I repaired this. Should now _I_ close the bug report? K

Bug#4524: controllib.pl doesn't show file name in error msg

1996-09-20 Thread Karl Sackett
Package: dpkg-dev Version: 1.4.0 While tracking down a different bug, I found this typo on line 58 of /usr/lib/dpkg/controllib.pl: &error("unable to open substvars file $varlistvile: $!"); I changed this to '$varlistfile' and now