Skip to content

Commit

Permalink
Update /etc/profile (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Bellard committed Jan 14, 2019
1 parent 2ab1855 commit 8d36b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/profile
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ popd() {

command_not_found_handle() {
[ -x /bin/command_not_found ] && /bin/command_not_found "$@" ||
echo "$SHELL: $1: not found"
echo "${SHELL##*/}: $1: not found"
}

0 comments on commit 8d36b14

Please sign in to comment.