diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-21 13:41:51 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-21 13:41:51 (EST) |
commit | fcf6bda50d3699cbed1c9404783b4da360580c3f (patch) | |
tree | 06fc5bd52c7a29a96478f94c09154709b5d2d34c /src/oh-installfiles | |
parent | fe18aaff0f0f3964fcabfe21566d43344921383d (diff) |
Provide helpful status output.
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 |