diff options
| author | 2019-12-09 01:57:31 +0530 | |
|---|---|---|
| committer | 2019-12-09 01:57:31 +0530 | |
| commit | 819bddaac97a56e3b4b35c7b804bf37460866ef4 (patch) | |
| tree | 6af1a03cea415ed63fcde49398f37deb9a1249b0 /plugins/launch | |
| parent | d5512462afa1612eee6018290a55eb6bf151e15f (diff) | |
| download | nnn-819bddaac97a56e3b4b35c7b804bf37460866ef4.tar.gz | |
Fix build break
Diffstat (limited to 'plugins/launch')
| -rwxr-xr-x | plugins/launch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/launch b/plugins/launch index f1b8a73..66b414e 100755 --- a/plugins/launch +++ b/plugins/launch @@ -19,6 +19,9 @@ # Shell: POSIX compliant # Author: Arun Prakash Jana +# shellcheck disable=SC2012 +# shellcheck disable=SC2086 + IFS=':' get_selection() { |