summaryrefslogtreecommitdiffstats
path: root/source/configure.developer
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>1999-07-22 23:29:15 +0000
committerTim Potter <tpot@samba.org>1999-07-22 23:29:15 +0000
commit569aca445a22ccc3805a5dd5e1fc893011f0a147 (patch)
tree0510661e8213ea2b3f4cebb67be23df464bff464 /source/configure.developer
parent21c92d24977015f0368480f44f67366f7c412343 (diff)
downloadsamba-569aca445a22ccc3805a5dd5e1fc893011f0a147.tar.gz
samba-569aca445a22ccc3805a5dd5e1fc893011f0a147.tar.xz
samba-569aca445a22ccc3805a5dd5e1fc893011f0a147.zip
'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'.
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-xsource/configure.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.developer b/source/configure.developer
index 487f39c5abe..5b7785101c8 100755
--- a/source/configure.developer
+++ b/source/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