diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 17:07:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 17:07:50 +0100 |
commit | 1e50ce596cfeb499bf479e1dfded8707a84f79d2 (patch) | |
tree | 3cdd7d2621d1d5f23c870fdbead7dbf53e8d3cc5 /scripts/m4 | |
parent | 34463134b00acf3d0305f30eb858c9a89b71a05f (diff) | |
parent | 2f5fd9680065f15ebb6a3962d9bfac89f383db9a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/m4')
-rwxr-xr-x | scripts/m4 | 9 |
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 |