txlyre 23 цаг өмнө
parent
commit
c78d69a4a1
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      langs/qi/run.sh

+ 2 - 2
langs/qi/run.sh

@@ -4,7 +4,7 @@ cat > "$IN"
 
 TEMPC=$(mktemp --suffix=.c)
 
-cat "$IN" | qic > $TEMPC
+cat "$IN" | qic -d > $TEMPC
 if [ $? -ne 0 ]; then
   exit 1
 fi
@@ -16,4 +16,4 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-"$TEMPO"
+"$TEMPO"