searider74
searider74
Forgot to add the version of YAD I am using: yad --version 14.1 (GTK+ 3.24.41)
Try this rendition of your code. Is this what you are looking for? #!/bin/bash function BSEL { while : ; do FILE="$(yad --form --separator='\n' \ --field='Bash :':FL \ --file-filter "*.sh...
Okay, I see in my last posting, this website stripped the trailing backslashes at the end of various lines used as continuation and readability. So, you are not seeing here...
Okay. This looks better, although all indentations get stripped, the backslashes are there. Also, in the if clause in function BSEL, you had a bug I corrected here making "$FILE"...