X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=5a782af31910aaf5f7667d69d305c2b4a91e6be1;hb=e1630324d6e4e0c83d68f59bc87a222f89874a2e;hp=922d44e176dcf519dad07eb2870ef97b2982755c;hpb=9055c1557f28ef28a3453d7fada31c563d54cfab;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 922d44e..5a782af 100755 --- a/update-all +++ b/update-all @@ -1,4 +1,4 @@ #! /bin/sh -cd ../htdocs && -exec distribute -Ad phdru.name +cd "`dirname \"$0\"`"/.. && distribute -aD phdru.name +cd htdocs && exec distribute -aD phdru.name