Merge "SAIO instructions: ensure ~/bin exists before copying into it"

This commit is contained in:
Jenkins
2015-04-21 04:19:59 +00:00
committed by Gerrit Code Review

View File

@@ -409,6 +409,7 @@ Setting up scripts for running Swift
#. Copy the SAIO scripts for resetting the environment::
mkdir -p $HOME/bin
cd $HOME/swift/doc; cp saio/bin/* $HOME/bin; cd -
chmod +x $HOME/bin/*