Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48ecda2c39..7bf5e6deef 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ remove-stale-tarballs:
dist: remove-stale-tarballs dist-recursive
mkdir -p tarballs
for t in $(SUBDIRS); do \
- if test -a $$t/*.tar.gz; then \
+ if test -e $$t/*.tar.gz; then \
mv -f $$t/*.tar.gz tarballs ;\
fi \
done