txlyre 1 year ago
parent
commit
067b09d642
1 changed files with 1 additions and 1 deletions
  1. 1 1
      langs/wma/run.sh

+ 1 - 1
langs/wma/run.sh

@@ -3,7 +3,7 @@ OUT="$(mktemp)"
 
 cat > "$IN"
 
-wma "$OUT_S" "$OUT"
+wma "$IN" "$OUT"
 
 if [ $? -eq 0 ]; then
   SIZE="$(wc -c $OUT)"