Skip to content

Commit

Permalink
Update cmdline.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 10, 2024
1 parent 1212fc9 commit 65d51b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmdline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# shellcheck enable=all

printf '%s\n' "${0-}" || echo $?
printf '%s\n' "${0-}" | grep -q -m 1 -- 'cmdline.sh$' || echo $?

if test "${A5K_FUNCTIONS_INCLUDED:-false}" = 'false'; then
main()
{
Expand Down

0 comments on commit 65d51b0

Please sign in to comment.