Skip to content

Commit 0d8495c

Browse files
ulfalizerandrewboie
authored andcommitted
zephyr_env.sh: Remove semicolons at ends of lines
Not needed in sh. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 0194d04 commit 0d8495c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zephyr-env.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ unset scripts_path
6060
# enable custom environment settings
6161
zephyr_answer_file=~/zephyr-env_install.bash
6262
[ -f ${zephyr_answer_file} ] && {
63-
echo "Warning: Please rename ~/zephyr-env_install.bash to ~/.zephyrrc";
64-
. ${zephyr_answer_file};
63+
echo "Warning: Please rename ~/zephyr-env_install.bash to ~/.zephyrrc"
64+
. ${zephyr_answer_file}
6565
}
6666
unset zephyr_answer_file
6767
zephyr_answer_file=~/.zephyrrc
68-
[ -f ${zephyr_answer_file} ] && . ${zephyr_answer_file};
68+
[ -f ${zephyr_answer_file} ] && . ${zephyr_answer_file}
6969
unset zephyr_answer_file

0 commit comments

Comments
 (0)