diff --git a/cmake_targets/autotests/tools/iperf_script_phone b/cmake_targets/autotests/tools/iperf_script_phone
index 343813d4e0ff22c30f7fc762a4cdd0d0af73675a..77ce8774f3e7ae7050cdc765977f5ce92bc712d2 100755
--- a/cmake_targets/autotests/tools/iperf_script_phone
+++ b/cmake_targets/autotests/tools/iperf_script_phone
@@ -58,6 +58,6 @@ while true ; do
   fi
 done
 
-print "Starting iperf now..."
+echo "Starting iperf now..."
 
 sudo adb -s $device_id shell /data/local/tmp/iperf ${iperf_args[@]}