X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf%2Fpull-asdf.sh;fp=contrib%2Fasdf%2Fpull-asdf.sh;h=35f56691bf2563d095b66e37a1d9b931ab01405b;hb=19e30f1008c2d03024e427d209e1cd38fd7e86af;hp=2b5ba427bfb58802e7e8c73f1861a28b67cb0aa1;hpb=506af5859d361f5e9744ca9a177bf47746333df3;p=sbcl.git diff --git a/contrib/asdf/pull-asdf.sh b/contrib/asdf/pull-asdf.sh index 2b5ba42..35f5669 100644 --- a/contrib/asdf/pull-asdf.sh +++ b/contrib/asdf/pull-asdf.sh @@ -4,12 +4,10 @@ if test -d asdf-upstream then - (cd asdf-upstream + cd asdf-upstream git checkout release git reset --hard release - git pull -a) + git pull -a else git clone --branch release git://common-lisp.net/projects/asdf/asdf.git asdf-upstream fi - -cd asdf-upstream && make