> > *update in v2* > > - use #!/usr/bin/env python as usually recommended and suggested in the > > discussion > > > > Due to regular lintian checks in Debian packaging it surfaced that these > > two scripts had a space in their #! statement which renders it to be > > human, but not shell readable. > > > > Fixes: 8673a3e8 ("examples/ip_pipeline: add config diagram generator") > > Fixes: fa667b46 ("examples/ip_pipeline: add core mappings script") > > > > Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com> > > Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>
Applied, thanks