summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-09 18:09:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-09 18:09:34 +0100
commit9fefab63a7256b36807cb0f5eb8a290468582c2c (patch)
tree8fef8f12774e5f2a4aed989ef2e2af2c190fbc0e /scripts
parentad914ac4ab920f491ac635eb85bd387bb781fd95 (diff)
add the stable cubox-i kernel 3.10.30, add kernel patch from solidrun git
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xargs9
1 files changed, 9 insertions, 0 deletions
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