2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00

install: fix "missing" typo

This commit is contained in:
Stephen Mathieson 2014-06-16 19:41:26 -04:00
parent 91b0c096fa
commit ac4be078ea

View File

@ -220,7 +220,7 @@ bpkg_install () {
fi
if [ -z "${build}" ]; then
warn "Mssing build script"
warn "Missing build script"
warn "Trying \`make install'..."
build="make install"
fi