diff options
Diffstat (limited to 'aux/workflow/installcheck.sh')
-rwxr-xr-x | aux/workflow/installcheck.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/workflow/installcheck.sh b/aux/workflow/installcheck.sh index e28f5d1..0aae391 100755 --- a/aux/workflow/installcheck.sh +++ b/aux/workflow/installcheck.sh @@ -28,7 +28,8 @@ shift $((OPTIND - 1)) if [ -n "${UNINSTALL:-}" ]; then if [ "$(find "$PREFIX" -type f | wc -l)" != 0 ]; then - printf 'When uninstalling, left over files in the PREFIX directory:\n' + printf 'When uninstalling, left over files in the' + printf 'PREFIX directory:\n' find "$PREFIX" -type f exit 1 fi |