From: Oleg Broytman Date: Sun, 13 Jul 2014 11:45:44 +0000 (+0400) Subject: Distinguish distribute -A and -a X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=6c1b882f5a9919d7ee0654fb9dc1f042945e6240 Distinguish distribute -A and -a --- diff --git a/update-ALL b/update-ALL new file mode 100755 index 0000000..922d44e --- /dev/null +++ b/update-ALL @@ -0,0 +1,4 @@ +#! /bin/sh + +cd ../htdocs && +exec distribute -Ad phdru.name diff --git a/update-all b/update-all index 922d44e..cb59eb1 100755 --- a/update-all +++ b/update-all @@ -1,4 +1,4 @@ #! /bin/sh cd ../htdocs && -exec distribute -Ad phdru.name +exec distribute -ad phdru.name