fix odl patches
[ccsdk/distribution.git] / dgbuilder / git_scripts / gitstatus
1 if [ "$#" != "1" ]
2 then
3         echo "Usage $0 full_path_to_local_repository"
4         exit
5 fi
6 cd $1
7 git status