summaryrefslogtreecommitdiff
path: root/update_exchange.sh
diff options
context:
space:
mode:
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 \