Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tom Yan
archiso
Commits
0ae5cd96
Commit
0ae5cd96
authored
Jan 23, 2021
by
Michael Vorburger.ch
Committed by
David Runge
Jan 23, 2021
Browse files
lint ALL (future) scripts/*.sh, not just run_archiso.sh
parent
608d1100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0ae5cd96
...
@@ -20,7 +20,7 @@ check: lint
...
@@ -20,7 +20,7 @@ check: lint
lint
:
lint
:
shellcheck
-s
bash archiso/mkarchiso
\
shellcheck
-s
bash archiso/mkarchiso
\
scripts/run_archiso
.sh
\
$(
wildcard
scripts/
*
.sh
)
\
$(INSTALL_FILES)
\
$(INSTALL_FILES)
\
$(
wildcard
configs/
*
/build.sh
)
\
$(
wildcard
configs/
*
/build.sh
)
\
$(
wildcard
configs/
*
/profiledef.sh
)
\
$(
wildcard
configs/
*
/profiledef.sh
)
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment