From e8fdf4fcdaa7513f2de18312f19c1d067cf206b6 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 11 Sep 2002 13:19:23 +0000 Subject: [PATCH] fix --- first/get_makepars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first/get_makepars b/first/get_makepars index 24cdf85a3..36da886cd 100755 --- a/first/get_makepars +++ b/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 -- 2.34.1