summaryrefslogtreecommitdiff
path: root/update_exchange.sh
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-02 01:22:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-02 01:22:35 +0100
commit3190e0f5e2c98195c7848b822591fdfe19c537ab (patch)
tree4f9ce0d4289418b466ecc252779311679b147b5c /update_exchange.sh
parentdf6e3015a410277b3477f60fa7c1721e55123934 (diff)
downloaddeployment-3190e0f5e2c98195c7848b822591fdfe19c537ab.tar.gz
deployment-3190e0f5e2c98195c7848b822591fdfe19c537ab.tar.bz2
deployment-3190e0f5e2c98195c7848b822591fdfe19c537ab.zip
clean flags
Diffstat (limited to 'update_exchange.sh')
-rwxr-xr-xupdate_exchange.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_exchange.sh b/update_exchange.sh
index 40e59a5..cd66b1e 100755
--- a/update_exchange.sh
+++ b/update_exchange.sh
@@ -7,7 +7,7 @@ build_exchange() {
set -eu
cd $HOME/exchange
- git clean -fd
+ git clean -fdx
./bootstrap
./configure CFLAGS='-ggdb -O0' \
--with-libgnurl=$HOME/local \