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

Change-Id: I16cd211b00b529ccc4b46f6b10497c32b6741896
This commit is contained in:
Samuel Merritt 2015-04-20 16:47:10 -07:00
parent ad66801915
commit 0c391d6daf

@ -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/*