[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 4c88a419f3103c6f73e32afceb9c10e837cf34ea
Author: Mike Perry <mikeperry-git@xxxxxxxxxxxxxx>
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/*"

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits