summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphenny3
1 files changed, 2 insertions, 1 deletions
diff --git a/phenny b/phenny
index 6cb0961..fc2bbf4 100755
--- a/phenny
+++ b/phenny
@@ -118,7 +118,8 @@ def main(argv=None):
# Step Two: Check Dependencies
check_python_version() # require python2.4 or later
- check_dotdir() # require ~/.phenny, or make it and exit
+ if not opts.config:
+ check_dotdir() # require ~/.phenny, or make it and exit
# Step Three: Load The Configurations