Skip to content

Commit

Permalink
Style fixup for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Sep 28, 2022
1 parent 063aa59 commit c0e2e48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linux-tkg-config/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -1763,11 +1763,11 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r
echo 'No file name given, not generating config fragment.'
else (
if [ "$_distro" = "Arch" ] || [ "$_ispkgbuild" = "true" ]; then
prev_pwd="${PWD:-$(pwd)}/linux-src-git"
cd "$_where" || exit
prev_pwd="${PWD:-$(pwd)}/linux-src-git"
cd "$_where" || exit
else
prev_pwd="${PWD:-$(pwd)}"
cd "$_where" || exit
prev_pwd="${PWD:-$(pwd)}"
cd "$_where" || exit
fi
"${prev_pwd}/scripts/diffconfig" -m "${prev_pwd}/.config.orig" "${prev_pwd}/.config" > "$_diffconfig_name"
) fi
Expand Down

0 comments on commit c0e2e48

Please sign in to comment.