From 7a0043fac53e3ca80dbde5c299ede6ddfdd83837 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 3 Mar 2017 20:32:31 +0300 Subject: [PATCH] Option '-d' changed to '-D' in script 'distribute' --- update-ALL | 4 ++-- update-all | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2