summaryrefslogtreecommitdiff
path: root/scripts/sed
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sed')
-rwxr-xr-xscripts/sed9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/sed b/scripts/sed
deleted file mode 100755
index 36cfdbfa7..000000000
--- a/scripts/sed
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-if [ -z "$(which gsed 2>/dev/null)" ];then
- /bin/sed "$@"
-else
- gsed "$@"
-fi