diff options
Diffstat (limited to 'src/oh-installfiles')
-rw-r--r-- | src/oh-installfiles | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oh-installfiles b/src/oh-installfiles index b200d5f..ebd3f38 100644 --- a/src/oh-installfiles +++ b/src/oh-installfiles @@ -37,6 +37,8 @@ IFS=' # Iterate over packages. while [ ${#} -gt 0 ]; do + printf 'oh-installfiles: Installing files for package "%s"...\n' "${1}" + # Loop over lines in the 'install' file. while read -r pattern; do # Ensure that the full directory path of the pattern exists in the |