Fix license issues
[sdnc/oam.git] / dgbuilder / git_scripts / gitcurbranch
diff --git a/dgbuilder/git_scripts/gitcurbranch b/dgbuilder/git_scripts/gitcurbranch
deleted file mode 100755 (executable)
index 5a82e48..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-if [ "$#" != "1" ]
-then
-       echo "Usage $0 gitLocalRepositoryDir"
-       exit
-fi
-localGitRepository=$1
-cd $localGitRepository
-if [ -e "$localGitRepository" ]
-then
-       git rev-parse --abbrev-ref HEAD
-else
-       echo Git Local repository not set
-fi