mirror of
https://github.com/rworkman/slackpkg
synced 2025-01-13 20:03:38 +01:00
post-functions.sh: Sort .new files list from looknew()
Thanks to Eduard Rozenberg.
This commit is contained in:
parent
2cb98319cb
commit
5d66c7cc39
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ looknew() {
|
|||
-not -name "group.new" \
|
||||
-not -name "passwd.new" \
|
||||
-not -name "shadow.new" \
|
||||
-not -name "gshadow.new" 2>/dev/null)
|
||||
-not -name "gshadow.new" 2>/dev/null | sort 2>/dev/null)
|
||||
if [ "$FILES" != "" ]; then
|
||||
echo -e "\n\
|
||||
Some packages had new configuration files installed.
|
||||
|
|
Loading…
Reference in a new issue