We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420313d commit a684942Copy full SHA for a684942
test/nasm
@@ -34,4 +34,6 @@ printf '%s\n' "$*" >> "$projnasm_logfile"
34
rm -f "$ofile"
35
"$projnasm_nasm1" "${param1[@]}" || exit $?
36
"$projnasm_nasm2" "${param2[@]}" || exit $?
37
-cp -f "$ofile.1" "$ofile"
+if [ -f $ofile.1 ]; then
38
+ cp -f "$ofile.1" "$ofile"
39
+fi
0 commit comments