source command not found
Hello, I'm trying to install ros on my ubuntu 11.10 and get it work. I followed successfully the tutorial here http://www.ros.org/wiki/electric/Installation/Ubuntu and I'm attempting to the following one here : http://www.ros.org/wiki/ROS/Tutorials/InstallingandConfiguringROSEnvironment. According to the second instruction I went to setup.sh which is in /opt/ros/electric/ and modified it according to the script written in that page. But when I run source setup.sh, I get the error " /opt/ros/electric/setup.sh: 2: source: not found " .I tried to change #!/bin/sh by #!/bin/bash in the beginning of the setup.sh and ran bash /opt/ros/electric/setup.sh but I'm still getting the same error
Thank you in advance for your help
Rim Zahir