X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=update-all;h=4aa0189bb1dbc7b679aecfe92539daf8d1140c4a;hb=deb1c3b89079430679d9cc459a2b272fb004b40c;hp=922d44e176dcf519dad07eb2870ef97b2982755c;hpb=9055c1557f28ef28a3453d7fada31c563d54cfab;p=phdru.name%2Fphdru.name.git diff --git a/update-all b/update-all index 922d44e..4aa0189 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