ceriel il y a 22 ans
Parent
commit
e8fdf4fcda
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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