ceriel 22 年之前
父節點
當前提交
b2ffedbabd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      first/get_makepars

+ 1 - 1
first/get_makepars

@@ -26,7 +26,7 @@ EOF
 		: We can find out ourselves what the word-size and
 		: the pointer-size of the target machine is.
 		cc ws.c 2>/dev/null
-		a.out > t$$
+		./a.out > t$$
 		. t$$
 		rm -f t$$ a.out ws.[co]
 	else