* fix syntax for anding. must either use test EXP && test EXP
(slightly more portable) or test EXP -a EXP This commit was SVN r3750.
Этот коммит содержится в:
родитель
24ed3c9b6f
Коммит
dfa211bad2
@ -460,8 +460,8 @@ EOF
|
|||||||
*** `pwd`
|
*** `pwd`
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
elif test -f .ompi_ignore -a \
|
elif test -f .ompi_ignore && \
|
||||||
test -s .ompi_unignore -a \
|
test -s .ompi_unignore && \
|
||||||
test -z "`grep $USER .ompi_unignore`" ; then
|
test -z "`grep $USER .ompi_unignore`" ; then
|
||||||
|
|
||||||
# If we have a non-empty .ompi_unignore and our username
|
# If we have a non-empty .ompi_unignore and our username
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user