shithub: openh264

Download patch

ref: 8a2237751a11a8103473c4953b1d41c4cab30d5f
parent: 3aac5e0fae79b4376225440f0d302703c526b485
author: Martin Storsjö <martin@martin.st>
date: Mon Dec 15 05:58:54 EST 2014

Fix a check in the binary comparison scripts

--- a/test/encoder_binary_comparison/run_OneBitStream.sh
+++ b/test/encoder_binary_comparison/run_OneBitStream.sh
@@ -110,7 +110,7 @@
 
   if [ ${TestType} = "TravisTest" ]
   then
-  if [-d ${FinalResultDir} ]
+  if [ -d ${FinalResultDir} ]
       then
           ${EncoderTestDir}/Scripts/run_SafeDelete.sh ${FinalResultDir}
   fi