Lints the executable scripts
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
[[ "$1" == "--sudo" ]] && prefix="sudo " && shift
|
||||
[ "$DEBUG" ] && debug="-x"
|
||||
|
||||
kickstart compile $@
|
||||
kickstart compile "$@"
|
||||
(
|
||||
cd compile
|
||||
$prefix bash $debug install.sh
|
||||
|
Reference in New Issue
Block a user