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