diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:50:15 -0700 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:50:15 -0700 |
commit | a51cd649c1e7e55ce217d939eac29b11e9a572f0 (patch) | |
tree | 98ff915d6e3d537a2f323c2edde4c8b22fa0694e /scripts/m4 | |
parent | 0f80f2fdff5aa23a630dd0161e91c1ce0a6d9bea (diff) |
some OpenBSD host fixes
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 |