Typo fix.
This commit is contained in:
parent
ab412b43af
commit
ae158a62bc
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ -e Config.in ]] ; then
|
if [[ -e Config.in ]] ; then
|
||||||
echo -e "${BOLD}This script must be run from inside the target package directory.${WHITE}"
|
echo -e "\n\tThis script must be run from inside a target package directory.\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in a new issue