From 241e516cde6b818e660f752b39878e63e2586fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 28 Oct 2012 00:17:11 +0200 Subject: [PATCH] less backslashes --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 38d4c621..c2c6d948 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ manual-update: git add "./ponysay" ;\ git stash ;\ git checkout $$branch ;\ - git rm "./pages/ponysay/*" ;\ - git stash pop ;\ - git mv "./ponysay" "./pages" ;\ ) + git rm "./pages/ponysay/*" + git stash pop + git mv "./ponysay" "./pages"