* Wrapped long script lines.
authorUrban Wallasch <urban.wallasch@freenet.de>
Thu, 16 Apr 2020 07:46:18 +0000 (09:46 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Thu, 16 Apr 2020 07:46:18 +0000 (09:46 +0200)
XbpsUI.sh

index 108b9373d388ad49cf0afc98931932188ad76a27..bc8fa9010da764bf4f9ea0262bb24d9b71233ead 100755 (executable)
--- 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() {