diff options
-rw-r--r-- | src/cook.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ main(int argc, char * argv[]) if (opt.new) { recipe * r = new_recipe(); + r->path = strdup("."); char err[1000] = ""; int rc = 0; |