Make it at least semi-worked

This commit is contained in:
Andrey A. Chernov
1996-08-11 18:08:53 +00:00
parent 726aebe5e0
commit b7c6d4477a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -43,9 +43,9 @@
main()
{
BASE=/usr/old/bin/sed
BASE=/usr/bin/sed
BASELOG=sed.out
TEST=../obj/sed
TEST=`cd ..; make whereobj`/sed
TESTLOG=nsed.out
DICT=/usr/share/dict/words
+2 -2
View File
@@ -43,9 +43,9 @@
main()
{
BASE=/usr/old/bin/sed
BASE=/usr/bin/sed
BASELOG=sed.out
TEST=../obj/sed
TEST=`cd ..; make whereobj`/sed
TESTLOG=nsed.out
DICT=/usr/share/dict/words
+2 -2
View File
@@ -43,9 +43,9 @@
main()
{
BASE=/usr/old/bin/sed
BASE=/usr/bin/sed
BASELOG=sed.out
TEST=../obj/sed
TEST=`cd ..; make whereobj`/sed
TESTLOG=nsed.out
DICT=/usr/share/dict/words