aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xffmpeg/resize-and-transcode2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/resize-and-transcode b/ffmpeg/resize-and-transcode
index 2b7b962..cecad85 100755
--- a/ffmpeg/resize-and-transcode
+++ b/ffmpeg/resize-and-transcode
@@ -102,7 +102,7 @@ fi
ttysetting="$(stty -g)"
ffmpeg -i "$input" $scale $codec -c:a copy -- "$output"
ret=$?
-stty -- "$ttysetting"
+stty "$ttysetting"
if test $ret = 0; then
oldsize=$(stat -c '%s' -- "$input")