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