mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 00:36:35 +00:00
chore(lint): add set -e; set -u for strict bash
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -u
|
||||
|
||||
function __init_vim_beyondcode() {
|
||||
# mostly lightweight, or essential
|
||||
|
||||
Reference in New Issue
Block a user