From b754844210c2fade905781d940c9c53aca336901 Mon Sep 17 00:00:00 2001 From: bescoto Date: Thu, 17 Jul 2003 04:46:21 +0000 Subject: 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 --- rdiff-backup/FAQ-body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1