mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fixed splling error
This commit is contained in:
parent
bf7c00a79f
commit
a8fd92202f
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ insert_version_in_feed_makefile()
|
|||
|
||||
last_version=$(awk -F '=' '/PKG_VERSION:=/ {print $2}' ${PKG_DIR}/${name})
|
||||
|
||||
echo -n "pleace enter version: "
|
||||
echo -n "please enter version: "
|
||||
read -ei "$last_version" answer
|
||||
|
||||
if [ -z ${answer} ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue