'export BEANS=ham' is a bash-ism. For those who don't have a symbolic
authorTim Potter <tpot@samba.org>
Thu, 22 Jul 1999 23:29:15 +0000 (23:29 +0000)
committerTim Potter <tpot@samba.org>
Thu, 22 Jul 1999 23:29:15 +0000 (23:29 +0000)
link from bash to /bin/sh, the correct form is 'BEANS=ham; export BEANS'.
(This used to be commit 569aca445a22ccc3805a5dd5e1fc893011f0a147)

source3/configure.developer

index 487f39c5abe7b177b50dc32a3eb6f5d878993f63..5b7785101c8b1b31ebe12e0bc638e271ee56850a 100755 (executable)
@@ -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