summaryrefslogtreecommitdiff
path: root/transcode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'transcode.sh')
-rw-r--r--transcode.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/transcode.sh b/transcode.sh
index b36ecccd4..c223eb5a2 100644
--- a/transcode.sh
+++ b/transcode.sh
@@ -14,4 +14,5 @@ function transcode_compat_manifest() {
-d) cat $2 | tr -d '\r' | sed 1d | awk -F "," '{new_var=$1","$NF; print new_var}' | tr '\n' ',' | sed 's/,$//g';;
*) "Enter '-d' for device_config, '-r' for resource";;
esac
+ echo
}