Project

General

Profile

« Previous | Next » 

Revision 6741243b

Added by Stephen Beaver almost 10 years ago

Use _echo, not echo

View differences:

src/usr/local/sbin/pfSense-upgrade
550 550
}
551 551

  
552 552
# Reinstall every pfSense-pkg-* package
553
# (using cheap hack to implement "string begins with)
554 553
pkg_reinstall_all() {
555 554
	for _pkg in $(pkg query -e '%a == 0' %n); do
556 555
		case ${_pkg} in "${platform}"-pkg-* )
557
			echo "Reinstalling ${_pkg}"
556
			_echo "Reinstalling ${_pkg}"
558 557
			pkg_install ${_pkg} 1
559 558
			;;
560 559
		esac

Also available in: Unified diff