Welcome to mirror list, hosted at ThFree Co, Russian Federation.

command-substitution-subsubshell.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab2f79e845703731124315bee2d90b6eff329126 (plain)
1
2
OUT=$(( ( large_git 1 >& 3 ) | : ) 3 >& 1) &&
test_match_signal 13 "$OUT"