Searched refs:spec_file (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/scripts/
H A Duprev-spec75 my $spec_file = shift;
76 my $spec_file_base = $spec_file;
81 # if spec_file contains a leading dir, then split it out
82 if ($spec_file =~ /.+\/(.+)/) {
90 if (! -e $spec_file) {
91 &print_msg ("ERROR: no such spec file: $spec_file\n");
95 if (! -w $spec_file) {
96 &print_msg ("ERROR: unable to write to spec file: $spec_file\n");
107 if (! open (SPECFILE, $spec_file)) {
108 &print_msg ("ERROR: Cannot read $spec_file
[all...]

Completed in 2713 milliseconds