gitlab-backup: There is no need to use ';' in inner block of need_gitlab_config()
It works ok without it: ---- 8< ---- z.sh #!/bin/bash -e { read A read B } < <(echo -e 'AAA\nBBB') echo $A echo $B ---- 8< ---- $ ./z.sh AAA BBB $ echo $? 0 /cc @kazuhiko
Showing
Please register or sign in to comment