From: Joel Jones Date: Fri, 20 Apr 2012 16:08:56 +0000 (+0000) Subject: Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=93282d243067f20f197cf9978c2570bba3b96984;p=oota-llvm.git Correct spelling, q.v. en.wikipedia.org/wiki/Bourne_shell git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155202 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index 59888095649..dfc72704e6b 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -237,7 +237,7 @@ LLVM have been ported to a plethora of platforms.

work.

  • Run configure with an alternative PATH that is - correct. In a Borne compatible shell, the syntax would be:

    + correct. In a Bourne compatible shell, the syntax would be:

     % PATH=[the path without the bad program] ./configure ...