From 2f2a1ff4b73daf2af8f766335d82deb062f35405 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Wed, 15 Aug 2018 22:38:50 +0000 Subject: [PATCH] scripts/git_version: delete as no users in tree Signed-off-by: Ian Leonard --- scripts/git_version | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 scripts/git_version diff --git a/scripts/git_version b/scripts/git_version deleted file mode 100755 index 4b5cda3a7c..0000000000 --- a/scripts/git_version +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# SPDX-License-Identifier: GPL-2.0-or-later -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) - -. config/options $1 - -[ -f "$PKG_BUILD/VERSION" ] && PKG_GIT_VERSION=`cat $PKG_BUILD/VERSION` - -echo $PKG_GIT_VERSION