Skip to content

Commit

Permalink
Adding missing required param to checkerror call
Browse files Browse the repository at this point in the history
  • Loading branch information
tmchow authored Oct 29, 2020
1 parent dffeb0f commit 3e04f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkvdts2ac3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ if [ "$NEWFILEDEVICE" = "$DSTFILEDEVICE" ]; then
echo $"NEW FILE: $NEWFILE"
echo $"MKV FILE: $MKVFILE"
mv "$NEWFILE" "$MKVFILE"
checkerror $? $"There was an error copying the new MKV over the old one. You can perform this manually by moving '$NEWFILE' over '$MKVFILE'."
checkerror $? $"There was an error copying the new MKV over the old one. You can perform this manually by moving '$NEWFILE' over '$MKVFILE'." 1
fi
fi
else
Expand Down

0 comments on commit 3e04f3f

Please sign in to comment.