소스 검색

Don't limit to files (allow symlinks)

Joshua M. Boniface 5 년 전
부모
커밋
9ce2af2a6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -24,7 +24,7 @@ usage() {
 list_platforms() {
     declare -a platforms
     platforms=(
-        $( find deployment -maxdepth 1 -mindepth 1 -type f -name "build.*" | awk -F'.' '{ $1=""; print $2 "." $3 }' )
+        $( find deployment -maxdepth 1 -mindepth 1 -name "build.*" | awk -F'.' '{ $1=""; print $2 "." $3 }' | sort )
     )
     echo -e "Valid platforms:"
     echo