Changeset - r23925:c9c18ca81ea5
[Not reviewed]
master
0 1 0
glx - 5 years ago 2019-11-13 20:25:53
glx@openttd.org
Fix e3511ecac: don't use bash specific syntax
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
azure-pipelines/manifest.sh
Show inline comments
 
@@ -45,11 +45,11 @@ for filename in $(ls ${FOLDER} | grep -v
 
        *source* |\
 
        *dbg.deb |\
 
        *pdb.xz  )
 
            DEV_FILES+=" ${filename}"
 
            DEV_FILES="${DEV_FILES} ${filename}"
 
            ;;
 

	
 
        *)
 
            FILES+=" ${filename}"
 
            FILES="${FILES} ${filename}"
 
            ;;
 
    esac
 
done
0 comments (0 inline, 0 general)