remove whitespace in shebang
1 files changed, 1 insertions(+), 1 deletions(-)

M xgrep.py
M xgrep.py +1 -1
@@ 1,4 1,4 @@ 
-#! /usr/bin/python3
+#!/usr/bin/python3
 # xgrep.py -- search for elements in XML files, using XPath 1.0 expressions
 # Andreas Nolda 2020-04-26