]> git.donarmstrong.com Git - bin.git/commitdiff
update svnfix for orderbot and bugbot
authorDon Armstrong <don@donarmstrong.com>
Sun, 22 Jan 2006 06:46:13 +0000 (06:46 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sun, 22 Jan 2006 06:46:13 +0000 (06:46 +0000)
svnfix

diff --git a/svnfix b/svnfix
index 06666d1a3f757faec715bf78d57da4afe25af3d4..1643854e8078cd504bb4f258273f3efbb8febdd1 100755 (executable)
--- a/svnfix
+++ b/svnfix
@@ -14,4 +14,10 @@ fi;
 
 if [ -e ~/.hide/mail_aliases ]; then
     ln -sf ~/.hide/mail_aliases ~/.mail_aliases
-fi;
\ No newline at end of file
+fi;
+
+for a in bug order; do
+    if [ -e ~/.hide/${a}_bot.conf ]; then
+       ln -sf ~/.hide/${a}_bot.conf ~/.${a}_bot.conf
+    fi;
+done;