Merge pull request #1867 from dotnet/brthor/deb-version-file
Ensure .version file is added to the debian package
This commit is contained in:
commit
2243d2876e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue