-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
Signed-off-by: Miroslav Vadkerti <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# shellcheck shell=bash | ||
|
||
# tmt provides executable scripts under this path | ||
export PATH={{ scripts_dest_dir }}:$PATH | ||
Check warning Code scanning / shellcheck This assignment is used again in this 'export', but won't have taken effect. Use two 'export's. Warning
This assignment is used again in this 'export', but won't have taken effect. Use two 'export's.
Check warning Code scanning / shellcheck This { is literal. Check expression (missing ;/\n?) or quote it. Warning
This { is literal. Check expression (missing ;/\n?) or quote it.
Check warning Code scanning / shellcheck This { is literal. Check expression (missing ;/\n?) or quote it. Warning
This { is literal. Check expression (missing ;/\n?) or quote it.
Check warning Code scanning / shellcheck This } is literal. Check expression (missing ;/\n?) or quote it. Warning
This } is literal. Check expression (missing ;/\n?) or quote it.
Check warning Code scanning / shellcheck This } is literal. Check expression (missing ;/\n?) or quote it. Warning
This } is literal. Check expression (missing ;/\n?) or quote it.
|