From f05928e40705b401ee86b5a346373c52d58dd254 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 22 Jul 1999 23:29:15 +0000 Subject: 'export BEANS=ham' is a bash-ism. For those who don't have a symbolic link from bash to /bin/sh, the correct form is 'BEANS=ham; export BEANS'. (This used to be commit 569aca445a22ccc3805a5dd5e1fc893011f0a147) --- source3/configure.developer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.developer') diff --git a/source3/configure.developer b/source3/configure.developer index 487f39c5ab..5b7785101c 100755 --- a/source3/configure.developer +++ b/source3/configure.developer @@ -1,3 +1,3 @@ #!/bin/sh -export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD" +CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD"; export CFLAGS ./configure -- cgit