• Vincent Pelletier's avatar
    shell/caucase.sh: Silence a shellcheck warning. · f4b883f4
    Vincent Pelletier authored
    In shell/caucase.sh line 1134:
        trap "kill \"$caucased_pid\"; wait; rm -rf \"$tmp_dir\"" EXIT
                     ^-----------^ SC2064: Use single quotes, otherwise this expands now rather than when signalled.
                                                     ^------^ SC2064: Use single quotes, otherwise this expands now rather than when signalled.
    
    These variables are local, so immediate expantion is expected.
    f4b883f4
caucase.sh 32.8 KB