fixing install-mininet-vm.sh

This commit is contained in:
Brian O'Connor
2014-11-25 17:18:49 -08:00
parent 7a411b6bb5
commit 0094997aa1
+3 -1
View File
@@ -34,7 +34,9 @@ git clone git://github.com/mininet/mininet
# Optionally check out branch
if [ "$1" != "" ]; then
pushd mininet
git checkout -b $1 $1
#git checkout -b $1 $1
# TODO branch will in detached HEAD state if it is not master
git checkout $1
popd
fi
# Install Mininet