File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ do_zephyrrc()
144
144
echo " export ZEPHYR_SDK_INSTALL_DIR=$target_sdk_dir"
145
145
echo
146
146
if [ -z "$rc_confirm" ]; then
147
- prompt "creating/updating $HOME/.zephyrrc with environment variables setup for you "
147
+ prompt "create/update $HOME/.zephyrrc with environment variables setup for you "
148
148
rc_confirm=$answer
149
149
fi
150
150
if [ "$rc_confirm" = "y" ]; then
@@ -172,7 +172,7 @@ do_cmake_package()
172
172
fi
173
173
174
174
if [ -z "$cmake_confirm" ]; then
175
- prompt "registering Zephyr-sdk CMake module with path $target_sdk_dir "
175
+ prompt "register Zephyr-sdk CMake module with path $target_sdk_dir "
176
176
cmake_confirm=$answer
177
177
fi
178
178
if [ "$cmake_confirm" = "y" ]; then
@@ -188,7 +188,7 @@ do_cmake_package()
188
188
# Read the input "y"
189
189
# $1 is optional, but allows the caller to provide additional text.
190
190
prompt () {
191
- echo "Do you want to continue $1(y/n)? "
191
+ echo "Do you want to $1(y/n)? "
192
192
while read answer; do
193
193
if [ "$answer" = "Y" -o "$answer" = "y" ]; then
194
194
answer="y"
You can’t perform that action at this time.
0 commit comments