summaryrefslogtreecommitdiff
path: root/transcode.sh
diff options
context:
space:
mode:
author Zim <zezeozue@google.com> 2020-12-15 20:15:06 +0000
committer Zim <zezeozue@google.com> 2020-12-15 20:15:06 +0000
commitebfa95b2fe8e1eb5f70a0269255c4337f9d5a20e (patch)
tree4c4783c0d6c2b1a3273cdb25d593fb3b9d3f89a7 /transcode.sh
parent3f66db971cbee5555d69ff921b42c1a17b4cb9bd (diff)
Add extra line to transcode.sh output
Change-Id: Ic39fe2d9d378de3eb8d075ccc397dc8feb9efaee
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
}