summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-09 18:54:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-09 18:54:24 +0000
commiteb81181d7e466fcb32f42616a108bf6962c42d9f (patch)
tree79d005d7eadf6c52772628c9c5d305b7def91dd3
parentUpdating. (diff)
downloadprogress-linux-tools-eb81181d7e466fcb32f42616a108bf6962c42d9f.tar.xz
progress-linux-tools-eb81181d7e466fcb32f42616a108bf6962c42d9f.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/pmove.sh4
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