Skip to content

Commit

Permalink
forgot to add shebang and shellcheck info
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 25, 2023
1 parent b140f62 commit 1cfc5cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildroot-external/overlay/base/etc/profile.d/umask.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/sh
# shellcheck shell=dash
umask 0002
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/sh
# shellcheck shell=dash
umask 0002

0 comments on commit 1cfc5cd

Please sign in to comment.