File may not be installed
This commit is contained in:
parent
73e22c7346
commit
033af0c325
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ if [[ "${GETPATH}" -eq 1 ]]; then
|
|||
fi
|
||||
|
||||
## File type
|
||||
fileinfo="$( file -b "${location}" )"
|
||||
fileinfo="$( file -b "${location}" 2>/dev/null || echo "<missing file package>" )"
|
||||
|
||||
## How long is the name?
|
||||
PADDING=$(( 9 - ${#name} ))
|
||||
|
|
Loading…
Add table
Reference in a new issue