summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-26 17:19:07 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-26 17:19:07 +0000
commit082e442f586e39440418fd2ccaf73767ab09949f (patch)
treed670002b7c707ecd791aa4dd07abd0734e0072ac /lib
parent3026e1baa1119c3046a725119688d5678c670586 (diff)
Change a -e to a -r in test
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1785 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/make.configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 63d58d81..038a462d 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -166,7 +166,7 @@ update:
editthorns:
@echo $(DIVIDER)
- if test ! -e $(TOP)/ThornList ; then \
+ if test ! -r $(TOP)/ThornList ; then \
echo "Creating compiled ThornList containing all thorns in the arrangements directory" \
$(PERL) -s $(BUILD_ACTIVETHORNS) $(CCTK_HOME)/arrangements > $@ ; fi
action="yes"; if [ "x$$EDITOR" = "x" ] ; then EDITOR=vi ; fi; \