committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-05-16 18:02:55 +03:00
parent bd1fb46605
commit 7a81b95d4c
6 changed files with 5 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ bash|sh)
;;
esac
which () {
function which {
(alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
}