Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 25, 2012
1 parent 12ffb07 commit 27b4989
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.am
Expand Up @@ -69,9 +69,8 @@ update-latest-release:
echo "\$$(NEW_RELEASE_DATE) is missing"; \
exit 1; \
fi
cd $(top_srcdir) && test -d "misc" || \
git clone \
git://github.com/clear-code/cutter.git
cd $(top_srcdir) && test -d "misc" || \
git clone git://github.com/clear-code/cutter.git
ln -sf cutter/misc misc
cd $(top_srcdir) && \
misc/update-latest-release.rb \
Expand Down

0 comments on commit 27b4989

Please sign in to comment.