From: Don Armstrong Date: Sun, 22 Jan 2006 06:46:13 +0000 (+0000) Subject: update svnfix for orderbot and bugbot X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=ff8d957f75a849b60ebe464cb6dac993918a57b3 update svnfix for orderbot and bugbot --- diff --git a/svnfix b/svnfix index 06666d1..1643854 100755 --- 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;