From b6198ab29d414a9d0a062a352c55144f97bfa368 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 12 May 2010 13:51:23 -0400 Subject: [PATCH] remove debugging stmt --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index 87db9f2..ae5a41f 100755 --- a/publish +++ b/publish @@ -130,7 +130,7 @@ chmod 755 build/examples build/j build/i build/d && \ chmod 644 build/*.html build/*.css build/*.txt build/*.zip build/examples/* build/examples/.htaccess build/j/* build/j/.htaccess build/i/* build/i/.htaccess build/d/.htaccess build/.htaccess || die "Failed to reset file permissions" # ship it! -die "Aborting without publishing" +#die "Aborting without publishing" echo -n "publishing" rsync -essh -a build/d/.htaccess build/*.zip diveintomark.org:~/web/diveintopython3.org/d/ && \ echo -n "." && \