Style fixup for previous commit

This commit is contained in:
Tk-Glitch
2022-09-28 14:33:44 +02:00
parent 063aa59334
commit c0e2e485ab

View File

@@ -1763,11 +1763,11 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r
echo 'No file name given, not generating config fragment.' echo 'No file name given, not generating config fragment.'
else ( else (
if [ "$_distro" = "Arch" ] || [ "$_ispkgbuild" = "true" ]; then if [ "$_distro" = "Arch" ] || [ "$_ispkgbuild" = "true" ]; then
prev_pwd="${PWD:-$(pwd)}/linux-src-git" prev_pwd="${PWD:-$(pwd)}/linux-src-git"
cd "$_where" || exit cd "$_where" || exit
else else
prev_pwd="${PWD:-$(pwd)}" prev_pwd="${PWD:-$(pwd)}"
cd "$_where" || exit cd "$_where" || exit
fi fi
"${prev_pwd}/scripts/diffconfig" -m "${prev_pwd}/.config.orig" "${prev_pwd}/.config" > "$_diffconfig_name" "${prev_pwd}/scripts/diffconfig" -m "${prev_pwd}/.config.orig" "${prev_pwd}/.config" > "$_diffconfig_name"
) fi ) fi