mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
profile: fix a shellcheck warning
Error: SHELLCHECK_WARNING (CWE-758): [#def1] /etc/profile.d/flatpak.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. Resolves: https://openscanhub.fedoraproject.org/task/51962/log/flatpak-1.16.0-3.fc43/scan-results.html#def1 Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
fb5264327a
commit
4c33b3cec3
@ -1,3 +1,4 @@
|
||||
# shellcheck shell=sh
|
||||
if command -v flatpak > /dev/null; then
|
||||
# set XDG_DATA_DIRS to include Flatpak installations
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user