From 9fefab63a7256b36807cb0f5eb8a290468582c2c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 9 Mar 2014 18:09:34 +0100 Subject: add the stable cubox-i kernel 3.10.30, add kernel patch from solidrun git --- scripts/xargs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/xargs (limited to 'scripts') diff --git a/scripts/xargs b/scripts/xargs new file mode 100755 index 000000000..cbe9bd015 --- /dev/null +++ b/scripts/xargs @@ -0,0 +1,9 @@ +#!/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 gxargs 2>/dev/null)" ];then + /usr/bin/xargs "$@" +else + gxargs "$@" +fi -- cgit v1.2.3