NO_MAIN variable

This commit is contained in:
Thomas Levine 2016-04-11 04:04:30 +00:00
parent c8a0a1b30e
commit 37e57773a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
echo "$1" > $tmp
TESTING_URCHIN_INTERNALS=true . ../../../urchin
NO_MAIN= . ../../../urchin
has_shebang_line $tmp

2
urchin
View File

@ -742,4 +742,4 @@ wantto run urchin on that directory.' >&2
exit "${exit_code}"
}
is_set TESTING_URCHIN_INTERNALS || main "$@"
is_set NO_MAIN || main "$@"