summaryrefslogtreecommitdiff
path: root/scripts/m4
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-23 08:13:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-23 08:13:59 +0100
commit17a6468b3f0fae577b1aaad51b56bdefe15a25c1 (patch)
tree2e0ccfed1a6a8afb24c2547ca97ae5d8c450b717 /scripts/m4
parent2548d641ca7adfe3dcf31d09bb2f9b047b186a0f (diff)
parentc66e4117d3ac4d561718a8b17066dc8b04a02027 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/m4')
-rwxr-xr-xscripts/m49
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/m4 b/scripts/m4
deleted file mode 100755
index 8456bce21..000000000
--- a/scripts/m4
+++ /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 gm4 2>/dev/null)" ];then
- /usr/bin/m4 "$@"
-else
- gm4 "$@"
-fi