mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 08:31:09 -08:00
Adapt to solaris
Copied from Perforce Change: 18177 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
9736758d14
commit
292c6cc592
1 changed files with 4 additions and 1 deletions
|
|
@ -71,7 +71,10 @@ $qa_command = shift(@qa_args);
|
|||
|
||||
foreach (keys %qa_options) {
|
||||
unless (eval("$".$qa_options{$_})) {
|
||||
die "Error: you must specify $qa_options{$_} (use the -$_ option).\n";
|
||||
eval("$".$qa_options{$_}." = \$ENV{'".$qa_options{$_}."'}");
|
||||
unless (eval("$".$qa_options{$_})) {
|
||||
die "Error: please specify $qa_options{$_} (use the -$_ option).\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue