summaryrefslogtreecommitdiff
path: root/app-misc/editor-wrapper/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/editor-wrapper/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/editor-wrapper/files')
-rw-r--r--app-misc/editor-wrapper/files/editor-wrapper-4.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-misc/editor-wrapper/files/editor-wrapper-4.sh b/app-misc/editor-wrapper/files/editor-wrapper-4.sh
deleted file mode 100644
index b58f1a8b9eeb..000000000000
--- a/app-misc/editor-wrapper/files/editor-wrapper-4.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Copyright 2009-2011 Gentoo Foundation
-# Distributed under the terms of the MIT/X11 license
-
-# Wrapper script, executes ${@VAR@} with arguments $@
-
-if [ -z "${@VAR@}" ]; then
- # Try to get @VAR@ from system profile
- @VAR@=$(. /etc/profile >/dev/null 2>&1; echo "${@VAR@}")
-fi
-
-if [ -z "${@VAR@}" ]; then
- echo "$0: The @VAR@ variable must be set" >&2
- exit 1
-fi
-
-exec ${@VAR@} "$@"