diff --git a/setup.bash b/setup.bash index 1affc5f..45f852c 100755 --- a/setup.bash +++ b/setup.bash @@ -5,6 +5,6 @@ script_location=$(pwd) end_location=$(rospack find oscillation_ctrl) -cp ${scrip_location}/launch/* ${end_location}/launch -cp ${scrip_location}/src/* ${end_location}/src +cp ${script_location}/launch/* ${end_location}/launch +cp ${script_location}/src/* ${end_location}/src