2
0

Some style fixes to README

This commit is contained in:
Maarten Billemont
2017-03-29 00:32:15 -04:00
parent 93cdcc1743
commit 77b095e25e
2 changed files with 10 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ bindir=$(ask -d "$bindir" "What bin directory should I install to?")
[[ -w "$bindir" ]] || ftl 'Cannot write to bin directory: %s' "$bindir" || exit
# Install Master Password.
install mpw "$bindir"
install -m555 mpw "$bindir"
[[ ! -e "$bindir/bashlib" ]] && install bashlib "$bindir" ||:
# Convenience bash function.