summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-29 23:24:49 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-06-29 23:24:49 (GMT)
commit5d49938cb9edde08ca6fa707051ad8f7284a5026 (patch)
tree3d1ac169a09cb33eafdb87a88547c8a005f92800
parent648a4e6bec6656a6b735eb73da759a6338d7a9e8 (diff)
downloadmxe-5d49938cb9edde08ca6fa707051ad8f7284a5026.zip
mxe-5d49938cb9edde08ca6fa707051ad8f7284a5026.tar.gz
mxe-5d49938cb9edde08ca6fa707051ad8f7284a5026.tar.bz2
update-config-guess: clean when no new version is available
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rwxr-xr-xtools/update-config-guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-config-guess b/tools/update-config-guess
index 2c65500..5b9dcd4 100755
--- a/tools/update-config-guess
+++ b/tools/update-config-guess
@@ -37,7 +37,7 @@ if [ "$current_version" != "$latest_version" ]; then
rm -f ext/config.guess
cp -a tmp-config-guess ext/config.guess
chmod +x ext/config.guess
- clean
else
echo "No new version available: $current_version"
fi
+clean