Skip to content

Commit

Permalink
All redirects to be followed when curling.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Jun 7, 2011
1 parent 761ba9f commit 2762bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -16,12 +16,12 @@ clean:
rm -r store || true

tsp:
curl -o TiddlySpaceLinkPlugin.js $(SPACELINK)
curl -Lo TiddlySpaceLinkPlugin.js $(SPACELINK)

get: $(TWREMOTES) tsp

%.js:
curl -o $*.js https://github.com/TiddlyWiki/tiddlywiki/raw/master/js/$*.js
curl -Lo $*.js https://github.com/TiddlyWiki/tiddlywiki/raw/master/js/$*.js

build: cat

Expand Down

0 comments on commit 2762bf2

Please sign in to comment.