diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-09 00:08:32 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-09 00:08:42 -0500 |
| commit | e2433409c5d50d9e77837a9929c9e61919c851fc (patch) | |
| tree | 5a01f7d745fad126760f122a08bced962702c3fc | |
| parent | 443b1215f4ddae187f65fffb18c0979f39c731f3 (diff) | |
use consistent shell option style
| -rwxr-xr-x | deploy-static | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy-static b/deploy-static index b4c39318..9d45560c 100755 --- a/deploy-static +++ b/deploy-static @@ -1,7 +1,6 @@ #!/bin/bash set -o errexit -o nounset -o pipefail - shopt -s extglob touch lock |
