From 41ebc8041e4c39e197f2239249d846d266b7d280 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 21 Jan 2011 11:10:25 -0500 Subject: fix the README script so the cd works in zsh --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 7f8d5c2..927b883 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ rm -f xcolour-dotfiles-*.tar.gz wget --no-check-certificate https://www.github.com/xcolour/dotfiles/tarball/master tar zxfv xcolour-dotfiles-*.tar.gz -cd xcolour-dotfiles* +cd xcolour-dotfiles-*/ ./deploy.sh -- cgit v1.2.3