From 386eb22257cd3020b636c6521d8fb2b04972e4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 28 Oct 2012 00:13:28 +0200 Subject: [PATCH] ... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 622cd72d..96c88022 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ manual-update: makeinfo --html "./manuals/ponysay.texinfo" \ git add "./ponysay" \ git stash \ - git checkout $(BRANCH) \ + git checkout $$branch \ git rm "./pages/ponysay/*" \ git stash pop \ )