Update the r2e scripts to use -c/-d for locating config files.
authorW. Trevor King <wking@tremily.us>
Thu, 4 Oct 2012 23:03:59 +0000 (19:03 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 4 Oct 2012 23:03:59 +0000 (19:03 -0400)
r2e
r2e.bat

diff --git a/r2e b/r2e
index 453981a26937bc1aaaf33ac36e6b426c2569958b..a2cf9afa2169fecae69decd3c475023d22fd7ba6 100755 (executable)
--- a/r2e
+++ b/r2e
@@ -1,2 +1,2 @@
 #!/bin/sh
-python3 rss2email.py feeds.dat $*
+python3 rss2email.py -c config -d feeds.dat $*
diff --git a/r2e.bat b/r2e.bat
index 65143df56de4e134d816e14492594d277bcff4b5..79fee33213b270572cbda74a16506669ba06d1e8 100755 (executable)
--- a/r2e.bat
+++ b/r2e.bat
@@ -1 +1 @@
-@python3 rss2email.py feeds.dat %1 %2 %3 %4 %5 %6 %7 %8 %9
+@python3 rss2email.py -c config -d feeds.dat %1 %2 %3 %4 %5 %6 %7 %8 %9