diff --git a/etc/kaleidoscope-builder.conf b/etc/kaleidoscope-builder.conf index ff0bfc0a..cebe8660 100644 --- a/etc/kaleidoscope-builder.conf +++ b/etc/kaleidoscope-builder.conf @@ -1,13 +1,6 @@ ## NEEDS: LIBRARY, SKETCH, ROOT, SOURCEDIR ## Should be included when the current directory is the dir of the Sketch. -case "$0" in - */settings.sh) - echo "This file must be included, never run directly!" >&2 - exit 1 - ;; -esac - SKETCH="${SKETCH:-${DEFAULT_SKETCH}}" LIBRARY="${LIBRARY:-${SKETCH}}"