diff options
author | Samir Benmendil <me@rmz.io> | 2020-12-29 16:29:48 +0000 |
---|---|---|
committer | Samir Benmendil <me@rmz.io> | 2020-12-29 16:31:34 +0000 |
commit | 64f95c52ffd9a6edec484b9a2a89ba7126724284 (patch) | |
tree | 05d81078b977de0f6efb420756f47d05327dec30 /tools/Linux | |
parent | 22e004b2240df43d552762d34824c476bef9e2f9 (diff) |
[kodi-standalone.sh] Remove unused APP variable
It gets overwritten a few lines below.
This is a leftover from before 1053435a6b7, when providing the lowercase
binary name was not handled by CMake.
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/kodi-standalone.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Linux/kodi-standalone.sh.in b/tools/Linux/kodi-standalone.sh.in index e47813101b..dc902b4d7e 100644 --- a/tools/Linux/kodi-standalone.sh.in +++ b/tools/Linux/kodi-standalone.sh.in @@ -18,7 +18,6 @@ # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. # http://www.gnu.org/copyleft/gpl.html -APP=@APP_NAME@ prefix="@prefix@" exec_prefix="@exec_prefix@" bindir="@bindir@" |