Commit 9f4376d44fa3f285e879674e558f4a094db3bdba

Thomas de Grivel 2025-04-09T13:12:37

fix rbpkg checkout

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/bin/rbpkg b/bin/rbpkg
index 411f2e0..77e94fc 100755
--- a/bin/rbpkg
+++ b/bin/rbpkg
@@ -77,8 +77,7 @@ def rbpkg
   when "pull"
     Rbpkg.pull(pkg, tree)
   when "checkout"
-    branch = shift()
-    Rbpkg.checkout(branch, pkg, tree)
+    Rbpkg.checkout(pkg, tree)
   when "configure"
     Rbpkg.configure(pkg, tree)
   when "clean-configure"