Skip to content

Commit

Permalink
Merge pull request #2019 from mariux64/shutup-mxtools
Browse files Browse the repository at this point in the history
The primary commit (shut up mxtools) has already been committed directly to master in the meantime. There's also a minor error message fixup in this branch, which is left over after the rebase. So merge now, although branch name and PR title are a bit off :-)
  • Loading branch information
donald authored Feb 1, 2021
2 parents e6155ef + 410037a commit bcf9682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-installed
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ for my $beefile (scandir('.')) {
for my $dir (scandir('/usr/share/bee')) {
my $pkg=$dir;
$pkg eq 'mxtools-0.0-0' and next;
my $beefile=save_qx('beeversion','--format','%F',"$pkg.bee");
unless (-e "/usr/share/bee/$pkg/$beefile.bee") {
my $beefile=save_qx('beeversion', '--format', '%F.bee', $pkg);
unless (-e "/usr/share/bee/$pkg/$beefile") {
print "# no such file /usr/share/bee/$pkg/$beefile\n";
next;
}
Expand Down

0 comments on commit bcf9682

Please sign in to comment.