[tor-commits] [tor-browser-bundle/master] Signature directory creation should do mkdir -p.

mikeperry at torproject.org mikeperry at torproject.org
Thu Nov 21 20:29:09 UTC 2013


commit 4c88a419f3103c6f73e32afceb9c10e837cf34ea
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Thu Nov 21 12:26:10 2013 -0800

    Signature directory creation should do mkdir -p.
---
 gitian/upload-signature.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/upload-signature.sh b/gitian/upload-signature.sh
index 87bd05d..bdfa7db 100755
--- a/gitian/upload-signature.sh
+++ b/gitian/upload-signature.sh
@@ -27,6 +27,6 @@ then
   cd $TORBROWSER_VERSION && gpg -abs sha256sums.txt
 fi
 
-ssh $HOST "mkdir $BASE_DIR/$TORBROWSER_VERSION" 
+ssh $HOST "mkdir -p $BASE_DIR/$TORBROWSER_VERSION" 
 scp $TORBROWSER_VERSION/sha256sums.txt* $HOST:$BASE_DIR/$TORBROWSER_VERSION/ 
 ssh $HOST "chmod 755 $BASE_DIR/$TORBROWSER_VERSION && chmod 644 $BASE_DIR/$TORBROWSER_VERSION/*"



More information about the tor-commits mailing list