Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tcb-env-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ tcb_env_setup_check_updated() {
rm tcb-env-setup.sh.tmp

if [ "$status_code" -eq 200 -a "$remote_md5sum" != "$local_md5sum" ]; then
echo -e "WARNING: This script is outdated. To update it, run 'wget -o tcb-env-setup.sh $target_url' \n"
echo -e "WARNING: This script is outdated. To update it, run 'wget -O tcb-env-setup.sh $target_url' \n"
fi
}

Expand Down