[tovid] r3542 committed - Cosmetic changes

3 views
Skip to first unread message

to...@googlecode.com

unread,
Mar 17, 2015, 10:27:29 PM3/17/15
to tovi...@googlegroups.com
Revision: 3542
Author: grepper
Date: Wed Mar 18 02:27:12 2015 UTC
Log: Cosmetic changes

https://code.google.com/p/tovid/source/detail?r=3542

Modified:
/trunk/tovid/src/makempg

=======================================
--- /trunk/tovid/src/makempg Mon Feb 23 01:31:16 2015 UTC
+++ /trunk/tovid/src/makempg Wed Mar 18 02:27:12 2015 UTC
@@ -701,7 +701,7 @@
read input
echo
# Handle 'yes' or '"yes"'
- if [[ ! -z "$input" && "$input" = "yes" || "$input" = \"yes\"
]]; then
+ if [[ ! -z "$input" && "$input" = "yes" || "$input"
= "\"yes\"" ]]; then
yecho "Keeping temporary files in $TMP_DIR"
else
yecho "Removing temporary files..."
@@ -729,7 +729,7 @@
du -shc "$OUT_PREFIX".mpg "$OUT_PREFIX".[0-9].mpg 2>/dev/null
fi

- # Create stats directory if it doesn't already exist.
+ # Create stats directory if it does not already exist.
if test ! -d $STAT_DIR; then
mkdir $STAT_DIR
fi
Reply all
Reply to author
Forward
0 new messages