Skip to content
Snippets Groups Projects
Commit 0094997a authored by Brian O'Connor's avatar Brian O'Connor
Browse files

fixing install-mininet-vm.sh

parent 7a411b6b
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,9 @@ git clone git://github.com/mininet/mininet ...@@ -34,7 +34,9 @@ git clone git://github.com/mininet/mininet
# Optionally check out branch # Optionally check out branch
if [ "$1" != "" ]; then if [ "$1" != "" ]; then
pushd mininet 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 popd
fi fi
# Install Mininet # Install Mininet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment