From: Urban Wallasch Date: Thu, 16 Apr 2020 07:46:18 +0000 (+0200) Subject: * Wrapped long script lines. X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=234cf779346940c44584b860a3bcab9d58425c5c;p=xbpsui.git * Wrapped long script lines. --- 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() {