[builder] set ETP_NONINTERACTIVE to 1

This commit is contained in:
mudler
2016-05-11 10:43:30 +02:00
parent 84e62c332b
commit 93a1093560
+2 -1
View File
@@ -47,7 +47,8 @@ GetOptions(
help() if $help;
$ENV{LC_ALL} = "en_US.UTF-8"; #here be dragons
$ENV{LC_ALL} = "en_US.UTF-8"; #here be dragons
$ENV{ETP_NONINTERACTIVE} = 1;
# A barely print replacement
sub say { print join( "\n", @_ ) . "\n"; }