lint: fix SC2174 shellcheck warning

This commit is contained in:
Xavier Delaruelle
2023-05-18 18:36:06 +02:00
parent 70c3678d3b
commit 2016b3fb63
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
set -v
mkdir -m 770 -p /store/{user1,project1,project2}
mkdir -p /store/{user1,project1,project2}
chmod 0770 /store/{user1,project1,project2}
for i in user1 project1 project2; do
chgrp $i /store/$i

View File

@@ -112,7 +112,6 @@ array set file_lint_opts [list\
script/add.modules {-e SC2006,SC2016,SC2162,SC2164,SC2268}\
doc/example/compiler-etc-dependencies/example-sessions/ompi-switch.sh.m431 {-e SC2124,SC2086}\
doc/example/compiler-etc-dependencies/example-sessions/common_code.sh {-e SC2034,SC2124,SC2268}\
contrib/guide/get_started/12-datadir-create.sh {-e SC2174}\
contrib/guide/get_started/00-cleanup.sh {-e SC2164}\
testsuite/bin/install_test_sh {-e SC1090,SC2004,SC2086,SC2124,SC3037,SC3044}\
]