Merge pull request #1867 from dotnet/brthor/deb-version-file

Ensure .version file is added to the debian package
This commit is contained in:
Bryan Thornbury 2016-03-15 12:13:55 -07:00
commit 2243d2876e

View file

@ -142,6 +142,7 @@ _get_files_in_dir_tree(){
# Use Globstar expansion to enumerate all directories and files in the tree
shopt -s globstar
shopt -s dotglob
dir_tree_list=( "${root_dir}/"** )
# Build a new array with only the Files contained in $dir_tree_list