I removed -X from less call. This is not in busybox less.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
parent
7318e2b5cf
commit
a2653f741d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ defaultconfig() {
|
|||
(
|
||||
printf "\e[31mThe file \e[32m%s\e[31m differs\e[0m\n" "$2"
|
||||
smartdiff -ud "$2" "$1"
|
||||
) | less -RXF
|
||||
) | less -RF
|
||||
printf "\e[33mDo you want to apply the default? [y/N]\e[0m "
|
||||
read -r reply < /dev/tty
|
||||
if [ "y" = "$reply" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue