aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 53543c5..0e101bf 100755
--- a/kerl
+++ b/kerl
@@ -260,7 +260,7 @@ do_git_build()
if [ $? -eq 0 ]; then
git checkout $2 > /dev/null 2>&1
else
- git checkout -b $2 origin/$2 > /dev/null 2>&1
+ git checkout -b $2 $2 > /dev/null 2>&1
fi
if [ $? -ne 0 ]; then
echo "Couldn't checkout specified version"