rework shell scripts for easy client or flasher

This commit is contained in:
Philippe Teuwen 2019-04-27 11:25:07 +02:00
commit ae5b6fa169
6 changed files with 51 additions and 43 deletions

View file

@ -14,7 +14,7 @@ $ENV{'LC_ALL'} = "C";
$ENV{'LANG'} = "C";
# if you are making your own fork, change this line to reflect your fork-name
my $fullgitinfo = 'iceman';
my $fullgitinfo = 'RRG';
my $ctime;
# GIT status 0 = dirty, 1 = clean , 2 = undecided
my $clean = 2;