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
 
@@ -42,17 +42,17 @@ DEV_FILES=
 
for filename in $(ls ${FOLDER} | grep -v ".txt$\|.md$\|sum$" | sort); do
 
    case ${filename} in
 
        *docs*   |\
 
        *source* |\
 
        *dbg.deb |\
 
        *pdb.xz  )
 
            DEV_FILES+=" ${filename}"
 
            DEV_FILES="${DEV_FILES} ${filename}"
 
            ;;
 

	
 
        *)
 
            FILES+=" ${filename}"
 
            FILES="${FILES} ${filename}"
 
            ;;
 
    esac
 
done
 

	
 
# output_files key filename...
 
function output_files {
0 comments (0 inline, 0 general)