saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -163,7 +163,7 @@ list_files() {
|
|||||||
check_directories
|
check_directories
|
||||||
handle_container
|
handle_container
|
||||||
|
|
||||||
if test -t; then
|
if test -t && command -v tput > /dev/null 2>&1; then
|
||||||
width="$(tput cols)"
|
width="$(tput cols)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user