mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Avoid obsolete "-o" notation
This commit is contained in:
parent
0357a59d47
commit
c403aa5e31
3 changed files with 3 additions and 3 deletions
|
@ -320,7 +320,7 @@ getPackageSource () {
|
|||
getPackageSource_outDir=''
|
||||
for getPackageSource_i in $(ls "${getPackageSource_tempDir}")
|
||||
do
|
||||
if test -n "${getPackageSource_outDir}" -o -f "${getPackageSource_tempDir}/${getPackageSource_i}"
|
||||
if test -n "${getPackageSource_outDir}" || test -f "${getPackageSource_tempDir}/${getPackageSource_i}"
|
||||
then
|
||||
getPackageSource_outDir=''
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue