summaryrefslogtreecommitdiff
path: root/bumpPkgrel
diff options
context:
space:
mode:
Diffstat (limited to 'bumpPkgrel')
-rwxr-xr-xbumpPkgrel3
1 files changed, 3 insertions, 0 deletions
diff --git a/bumpPkgrel b/bumpPkgrel
index ddda4537..eb474296 100755
--- a/bumpPkgrel
+++ b/bumpPkgrel
@@ -63,6 +63,9 @@ if [ $# -eq 1 ]; then
done
printf '%s\n' ${line%%)*}
} \
+ | sed '
+ s/^\(["'"'"']\)\(\S\+\)\1$/\2/
+ ' \
| pin_dependency "${space} "
printf '%s)%s\n' "${space}" "${line#*)}"
continue