Browse Source
CI: trim spaces from modified packages list
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
3 additions and
0 deletions
-
scripts/build/ci/cirrus-ci_dispatcher.sh
|
@ -90,6 +90,9 @@ for pkg in $EXCLUDED_PACKAGES; do |
|
|
done |
|
|
done |
|
|
unset pkg |
|
|
unset pkg |
|
|
|
|
|
|
|
|
|
|
|
## Remove trailing spaces. |
|
|
|
|
|
PACKAGE_NAMES=$(sed 's/[[:blank:]]*$//' <<< "$PACKAGE_NAMES") |
|
|
|
|
|
|
|
|
set -e |
|
|
set -e |
|
|
|
|
|
|
|
|
############################################################################### |
|
|
############################################################################### |
|
|