Fix path to python script
[fedora-mingw.git] / compare / compare.sh
index 08102a9..4ad66a6 100644 (file)
@@ -12,7 +12,7 @@ do
   then
       echo "Missing reference module $reference"
   else
-    python compare.py $reference $i
+    python compare/compare.py $reference $i
   fi
   echo
 done