follow links

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-05-29 15:55:42 -04:00
parent bd41ee88ab
commit fc309938a2
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -63,7 +63,7 @@ echo
main(){ main(){
# get the dockerfiles # get the dockerfiles
IFS=$'\n' IFS=$'\n'
files=( $(find . -iname '*Dockerfile' | sed 's|./||' | sort) ) files=( $(find -L . -iname '*Dockerfile' | sed 's|./||' | sort) )
unset IFS unset IFS
# build all dockerfiles # build all dockerfiles