slitaz-base-files rev 339

Update /etc/profile (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 14 10:40:20 2019 +0100 (2019-01-14)
parents 777a5f5107c7
children dc2507062df3
files rootfs/etc/profile
line diff
     1.1 --- a/rootfs/etc/profile	Mon Jan 14 10:21:20 2019 +0100
     1.2 +++ b/rootfs/etc/profile	Mon Jan 14 10:40:20 2019 +0100
     1.3 @@ -80,5 +80,5 @@
     1.4  
     1.5  command_not_found_handle() {
     1.6  	[ -x /bin/command_not_found ] && /bin/command_not_found "$@" ||
     1.7 -		echo "$SHELL: $1: not found"
     1.8 +		echo "${SHELL##*/}: $1: not found"
     1.9  }