From 234cf779346940c44584b860a3bcab9d58425c5c Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Thu, 16 Apr 2020 09:46:18 +0200 Subject: [PATCH] * Wrapped long script lines. --- XbpsUI.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/XbpsUI.sh b/XbpsUI.sh index 108b937..bc8fa90 100755 --- a/XbpsUI.sh +++ b/XbpsUI.sh @@ -135,8 +135,10 @@ fzfOpt=( --preview-window=right:55%:wrap ) fzfHint=$'\nTAB toggle | ENTER proceed | ESC cancel' -fzfPrev1='xbps-query -R {1}; echo -e "\nReverse dependencies:"; xbps-query -RX {1} | awk {print\(\"\ \ \ \ \"\$0\)}' -fzfPrev2='xbps-query -R {2}; echo -e "\nReverse dependencies:"; xbps-query -RX {2} | awk {print\(\"\ \ \ \ \"\$0\)}' +fzfPrev1='xbps-query -R {1}; echo -e "\nReverse dependencies:"; \ + xbps-query -RX {1} | awk {print\(\"\ \ \ \ \"\$0\)}' +fzfPrev2='xbps-query -R {2}; echo -e "\nReverse dependencies:"; \ + xbps-query -RX {2} | awk {print\(\"\ \ \ \ \"\$0\)}' # Install new packages: function instPkg() { -- 2.30.2