mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
.github: Drop unnecessary semicolons and trailing backslashes
Looks like it was copied straight from the Makefile.
This commit is contained in:
parent
fcd60ae890
commit
7dd3c27d07
@ -25,11 +25,11 @@ if [[ "${VERSION_NEW}" = "${VERSION_OLD}" ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
for pkg in sources modules kernel; do \
|
||||
pushd "sys-kernel/coreos-${pkg}" >/dev/null || exit; \
|
||||
git mv "coreos-${pkg}"-*.ebuild "coreos-${pkg}-${VERSION_NEW}.ebuild"; \
|
||||
sed -i -e '/^COREOS_SOURCE_REVISION=/s/=.*/=""/' "coreos-${pkg}-${VERSION_NEW}.ebuild"; \
|
||||
popd >/dev/null || exit; \
|
||||
for pkg in sources modules kernel; do
|
||||
pushd "sys-kernel/coreos-${pkg}" >/dev/null || exit
|
||||
git mv "coreos-${pkg}"-*.ebuild "coreos-${pkg}-${VERSION_NEW}.ebuild"
|
||||
sed -i -e '/^COREOS_SOURCE_REVISION=/s/=.*/=""/' "coreos-${pkg}-${VERSION_NEW}.ebuild"
|
||||
popd >/dev/null || exit
|
||||
done
|
||||
|
||||
popd >/dev/null || exit
|
||||
|
Loading…
Reference in New Issue
Block a user