summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-17 04:46:21 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-17 04:46:21 +0000
commitb754844210c2fade905781d940c9c53aca336901 (patch)
tree563f39294a8523a31d40394ec43c17a0f7eca174
parent58c38700ed37a7e69bd2cfcc1b5508f843b86cf1 (diff)
downloadrdiff-backup-b754844210c2fade905781d940c9c53aca336901.tar.gz
Added env in case not bourne shell
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@340 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/FAQ-body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index 076c107..ece68be 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -149,7 +149,7 @@ these instructions build it fine with all tests running OK
aclocal
autoconf
automake --foreign --add-missing
- CFLAGS=-no-cpp-precomp ./configure
+ env CFLAGS=-no-cpp-precomp ./configure
make
make install
</pre>