From e25d78ba67971fe7c29af16ebd9aeef6b382bd7e Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 12 Dec 2016 16:55:06 -0800 Subject: Allow local config.ninja --- setup.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.rc') diff --git a/setup.rc b/setup.rc index 2c28e049..680d8b8c 100755 --- a/setup.rc +++ b/setup.rc @@ -13,6 +13,9 @@ if(! [ -f config.rc ]) flag e + +if(! [ -f config.ninja ]) + cp config.def.ninja config.ninja + # call this after a command capture to ensure it succeeded fn checkstatus {} -- cgit v1.2.3