Skip to content

Commit e88c6af

Browse files
committed
Added error message if no commands could be found in func_whereis()
Otherwise the problem is not obvious in the logs. Ticket: none Changelog: none
1 parent 3eac7fc commit e88c6af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-scripts/functions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ func_whereis() {
578578
# Command $1 not found, search for next argument
579579
shift
580580
done
581+
log_error "Could not find any of commands $*"
581582
return 1
582583
}
583584

0 commit comments

Comments
 (0)