/src/curl/release.sh: make sure to cd to the correct directory first
commit109be2348ba065c2b48dd77f7dba20185477708d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 22 Jul 2009 21:42:08 +0000 (22 23:42 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 22 Jul 2009 21:49:12 +0000 (22 23:49 +0200)
tree420abb82dd296f814131850587c3050454da7765
parent28ce235986129a834b21aaa4a40eae9fff1af49d
/src/curl/release.sh: make sure to cd to the correct directory first

The release script can actually be run from anywhere, but it assumes
that it runs in /src/curl.  Otherwise, the patches are not found,
and the downloaded archive and the unpacked directory are not ignored
properly by Git.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
src/curl/release.sh