Unix port bits
don't require setup.sh to be executable, just tell to use sh explicitly. Fix funny DOS-ish comment
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
in Files, which should be in the top directory.)
|
||||
|
||||
2. Your Makefiles may still be in sys/unix with tags on the end of them.
|
||||
If so, run setup.sh in that directory to distribute the Makefiles to
|
||||
places they can do their work. (If later official patches change
|
||||
If so, run "sh setup.sh" in that directory to distribute the Makefiles
|
||||
to places they can do their work. (If later official patches change
|
||||
these Makefiles, setup.sh should be rerun to make sure you use the
|
||||
current copies.)
|
||||
|
||||
|
||||
@@ -518,7 +518,7 @@ wd_message()
|
||||
}
|
||||
|
||||
/*
|
||||
* Add a backslash to any name not ending in /. There must
|
||||
* Add a slash to any name not ending in /. There must
|
||||
* be room for the /
|
||||
*/
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user