This
grep VERSION "./base/internal_version.h" | cut -d\" -f2
won't work and will quit with an error because grep cannot handle ./ in pathnames.
Removeing the ./ works just fine
It would be nice if this can be fixed/added in a next grep version
Sorry if this is the wrong forum, i wasn't sure if it is part of adtools


