From fcf6bda50d3699cbed1c9404783b4da360580c3f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Jan 2012 13:41:51 -0500 Subject: Provide helpful status output. --- (limited to 'src/oh-installfiles') 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 -- cgit v0.9.1