Skip to content

Commit

Permalink
💚 Make shellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Oct 29, 2024
1 parent f4372b3 commit 26ee4b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kwin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,6 @@ generate "wisps" "Wisps [Burn-My-Windows]" "Let your windows be carr

# Finally, create an archive for the effects.
# shellcheck disable=SC2046
tar -czf "burn_my_windows_kwin5.tar.gz" -C "$BUILD_DIR" $(ls "$BUILD_DIR" | grep kwin5)
tar -czf "burn_my_windows_kwin6.tar.gz" -C "$BUILD_DIR" $(ls "$BUILD_DIR" | grep kwin6)
cd "$BUILD_DIR"
tar -czf "../burn_my_windows_kwin5.tar.gz" kwin5*
tar -czf "../burn_my_windows_kwin6.tar.gz" kwin6*

0 comments on commit 26ee4b8

Please sign in to comment.