Skip to content

Commit

Permalink
bin/lkp: show the name of not found command
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Li <[email protected]>
  • Loading branch information
root authored and ultra-nexus committed Jan 28, 2021
1 parent c356dcb commit 225814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lkp
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ try_run 'sbin' "$@"
try_run 'tools' "$@"
try_run 'lkp-exec' "$@"

echo "Cannot find LKP command under $LKP_SRC/{bin,sbin,tools,lkp-exec}/"
echo "Cannot find \"$lkp_command\" command under $LKP_SRC/{bin,sbin,tools,lkp-exec}/"
exit 1

0 comments on commit 225814b

Please sign in to comment.