summaryrefslogtreecommitdiff
path: root/context/data/textadept/context/textadept-context.sh
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-10-08 20:46:55 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-10-08 20:46:55 +0200
commit778f381ba6a448ab00d67994a412dd4226d43238 (patch)
treed9dade45016a572e6c22521bfb165f9829ac3192 /context/data/textadept/context/textadept-context.sh
parent2073fe5d88215dddd9a9e6421afaea7ab7db955a (diff)
downloadcontext-778f381ba6a448ab00d67994a412dd4226d43238.tar.gz
2021-10-08 20:07:00
Diffstat (limited to 'context/data/textadept/context/textadept-context.sh')
-rw-r--r--context/data/textadept/context/textadept-context.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/context/data/textadept/context/textadept-context.sh b/context/data/textadept/context/textadept-context.sh
deleted file mode 100644
index 5f613ccf8..000000000
--- a/context/data/textadept/context/textadept-context.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# copied from setuptex
-
-if [ z"$BASH_SOURCE" != z ]; then
- textadept -u $(cd -P -- "$(dirname -- "$BASH_SOURCE")" && pwd -P) "$@" &
-elif [ z"$KSH_VERSION" != z ]; then
- textadept -u $(cd -P -- "$(dirname -- "${.sh.file}")" && pwd -P) "$@" &
-else
- textadept -u $(cd -P -- "$(dirname -- "$0")" && pwd -P) "$@" &
-fi
-