From: Oleg Broytman Date: Fri, 3 Mar 2017 17:32:31 +0000 (+0300) Subject: Option '-d' changed to '-D' in script 'distribute' X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=7a0043fac53e3ca80dbde5c299ede6ddfdd83837 Option '-d' changed to '-D' in script 'distribute' --- diff --git a/update-ALL b/update-ALL index 01d44d7..90901ed 100755 --- a/update-ALL +++ b/update-ALL @@ -1,4 +1,4 @@ #! /bin/sh -cd "`dirname \"$0\"`"/.. && distribute -Ad phdru.name -cd htdocs && exec distribute -Ad phdru.name +cd "`dirname \"$0\"`"/.. && distribute -AD phdru.name +cd htdocs && exec distribute -AD phdru.name diff --git a/update-all b/update-all index 4aa0189..5a782af 100755 --- a/update-all +++ b/update-all @@ -1,4 +1,4 @@ #! /bin/sh -cd "`dirname \"$0\"`"/.. && distribute -ad phdru.name -cd htdocs && exec distribute -ad phdru.name +cd "`dirname \"$0\"`"/.. && distribute -aD phdru.name +cd htdocs && exec distribute -aD phdru.name