summaryrefslogtreecommitdiffstats
path: root/bin/build
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-16 18:40:34 +0000
committerChris Larson <clarson@kergoth.com>2003-09-16 18:40:34 +0000
commit1f1a4f3abc523156b2ffde41b56cceada7f26fe2 (patch)
tree71b086a62682ec7bf72f1343b0628809709b5bfc /bin/build
parent5e779d9ed6d90af3511e46dd8d78c6cbff05be89 (diff)
downloadbitbake-contrib-1f1a4f3abc523156b2ffde41b56cceada7f26fe2.tar.gz
Delete: bin/build/oeset
Diffstat (limited to 'bin/build')
-rw-r--r--bin/build/oeset11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/build/oeset b/bin/build/oeset
deleted file mode 100644
index 9d0d56ad0..000000000
--- a/bin/build/oeset
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-test $# -eq 2 || {
- echo "Usage: oeset var value"
- exit 1
-}
-
-
-echo "TODO: setting $1 to '$2'"
-
-exit 0