extract: typos

This commit is contained in:
MilhouseVH 2017-02-12 22:37:35 +00:00
parent ac57520d9d
commit 50aac918e6

View File

@ -32,8 +32,8 @@ case $PKG_SOURCE_NAME in
$2)
f="$SOURCES/$1/$PKG_SOURCE_NAME"
if [ ! -f $f ]; then
echo "error: File $PKG_SOURCE_NAME doesn't exists in package $1 sources directory"
echo "have you called scripts/extract before scripts/get ?"
echo "error: File $PKG_SOURCE_NAME doesn't exist in package $1 sources directory"
echo "Have you called scripts/extract before scripts/get ?"
exit 1
fi
case $PKG_SOURCE_NAME in