diff options
author | midipix <writeonce@midipix.org> | 2018-12-13 09:35:08 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-13 09:39:06 -0500 |
commit | 95aa55913ad43a14c4e2938d41d7c82c6b8ef0a7 (patch) | |
tree | e7b90615d2f9e19ace247c30835f7f777c189441 | |
parent | aa4d91228d4b12a3ef9067993c0cf021f2b8afa9 (diff) | |
download | sbpython2-95aa55913ad43a14c4e2938d41d7c82c6b8ef0a7.tar.bz2 sbpython2-95aa55913ad43a14c4e2938d41d7c82c6b8ef0a7.tar.xz |
project: updated comments in cfgdefs.sh.
-rw-r--r-- | project/config/cfgdefs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 7738fda..3b6a806 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -8,7 +8,7 @@ # made by cfgdefs.sh. # finally, cfgdefs.sh may update the contents of the -# build-time-generated cfgdefs.mk. +# config-time generated cfgdefs.mk. # cfgdefs helper functions @@ -19,7 +19,6 @@ . "$mb_project_dir/sofort/cfgtest.sh" -# no custom switches yet for arg ; do case "$arg" in *) |