Explorar o código

Saving changes before switching to branch integrating-indoor-map

cdmoss %!s(int64=2) %!d(string=hai) anos
pai
achega
b30d87c793
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      switchtobranch.sh

+ 2 - 2
switchtobranch.sh

@@ -29,10 +29,10 @@ fi
 echo "Switching to branch $1...";
 checkoutresult=`git checkout $1`;
 echo $checkoutresult
-if [ "$checkoutresult" == "Switched to branch $1" ]; then
+if [ "$checkoutresult" == "Switched to branch '$1'" ]; then
     echo "Switched to branch $1";
 fi
-if [ "$checkoutresult" != "Switched to branch" ]; then
+if [ "$checkoutresult" != "Switched to branch '$1'" ]; then
     echo "Failed to switch to branch $1";
     exit 1;
 fi