less backslashes

This commit is contained in:
Mattias Andrée 2012-10-28 00:17:11 +02:00
parent ebf93ab953
commit 241e516cde

View file

@ -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"