diff --git a/etc/copy-packetline.sh b/etc/copy-packetline.sh index 688f16aa4f0..2aea00a225e 100755 --- a/etc/copy-packetline.sh +++ b/etc/copy-packetline.sh @@ -101,7 +101,7 @@ function copy_with_header () { fi make_header "$source_file" "$endline" | - cat - -- "$source_file" >"$target_file" + cat -- - "$source_file" >"$target_file" } function generate_one () {