X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update-all;h=5a782af31910aaf5f7667d69d305c2b4a91e6be1;hb=5bfe6ea88d9f0579f7d4ed471c63c342c7b6fc1b;hp=cb59eb11611b03240f1b7c743d2dbf83dd3ae9a2;hpb=6c1b882f5a9919d7ee0654fb9dc1f042945e6240;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index cb59eb1..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