mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for pkg in sources modules kernel; do \
|
for pkg in sources modules kernel; do
|
||||||
pushd "sys-kernel/coreos-${pkg}" >/dev/null || exit; \
|
pushd "sys-kernel/coreos-${pkg}" >/dev/null || exit
|
||||||
git mv "coreos-${pkg}"-*.ebuild "coreos-${pkg}-${VERSION_NEW}.ebuild"; \
|
git mv "coreos-${pkg}"-*.ebuild "coreos-${pkg}-${VERSION_NEW}.ebuild"
|
||||||
sed -i -e '/^COREOS_SOURCE_REVISION=/s/=.*/=""/' "coreos-${pkg}-${VERSION_NEW}.ebuild"; \
|
sed -i -e '/^COREOS_SOURCE_REVISION=/s/=.*/=""/' "coreos-${pkg}-${VERSION_NEW}.ebuild"
|
||||||
popd >/dev/null || exit; \
|
popd >/dev/null || exit
|
||||||
done
|
done
|
||||||
|
|
||||||
popd >/dev/null || exit
|
popd >/dev/null || exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user