]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Option '-d' changed to '-D' in script 'distribute'
authorOleg Broytman <phd@phdru.name>
Fri, 3 Mar 2017 17:32:31 +0000 (20:32 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 3 Mar 2017 17:33:12 +0000 (20:33 +0300)
update-ALL
update-all

index 01d44d7a990791e6e27b18cddbf5086916e0a2f7..90901edb2e2330415cd9e6f73499d9a493f8ac17 100755 (executable)
@@ -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
index 4aa0189bb1dbc7b679aecfe92539daf8d1140c4a..5a782af31910aaf5f7667d69d305c2b4a91e6be1 100755 (executable)
@@ -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