We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a9d9b commit 9abebe4Copy full SHA for 9abebe4
1 file changed
skip-exist
@@ -70,7 +70,7 @@ if [ -s "$outfile" ]; then
70
fi
71
72
# run the thing that should make the input
73
-"${cmd[@]}"
+dryrun "${cmd[@]}"
74
75
# check that what we did worked
76
cmd_status=$?
0 commit comments