diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-06-09 18:54:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-06-09 18:54:24 +0000 |
commit | eb81181d7e466fcb32f42616a108bf6962c42d9f (patch) | |
tree | 79d005d7eadf6c52772628c9c5d305b7def91dd3 /bin | |
parent | Updating. (diff) | |
download | progress-linux-tools-eb81181d7e466fcb32f42616a108bf6962c42d9f.tar.xz progress-linux-tools-eb81181d7e466fcb32f42616a108bf6962c42d9f.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pmove.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pmove.sh b/bin/pmove.sh index bcd1425..ed6e33d 100755 --- a/bin/pmove.sh +++ b/bin/pmove.sh @@ -47,7 +47,7 @@ do cd "${VERSION}_${ARCHITECTURE}" - FILES="$(sed -e '1,/^Files:$/ d' ${CHANGE} | awk '/^ / { print $5 }' | grep -v '^<')" + FILES="$(sed -e '1,/^Files:$/ d' ${CHANGE} | grep -v '^\ \ ' | grep '^\ ' | awk '/^ / { print $5 }')" for FILE in ${FILES} do @@ -111,7 +111,7 @@ then mkdir "${VERSION}_source" cd "${VERSION}_source" - FILES="$(sed -e '1,/^Files:$/ d' ${DSC} | awk '/^ / { print $3 }' | grep -v '^<')" + FILES="$(sed -e '1,/^Files:$/ d' ${DSC} | grep -v '^\ \ ' | grep '^\ ' | awk '/^ / { print $3 }')" for FILE in ${FILES} do |