aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/sed/sedcheck.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-21 06:19:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-21 06:19:43 +0000
commit13078b79e500d9cb914b29c9d6a8a54185fe213c (patch)
treee2cb8f4754b0d67846b3be0dfc38c64e83bffd78 /toolchain/sed/sedcheck.sh
parent4da6c416ff6122d03e5f3ce6808e15e761e91564 (diff)
downloadmaster-187ad058-13078b79e500d9cb914b29c9d6a8a54185fe213c.tar.gz
master-187ad058-13078b79e500d9cb914b29c9d6a8a54185fe213c.tar.bz2
master-187ad058-13078b79e500d9cb914b29c9d6a8a54185fe213c.zip
massive cleanup of toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4038 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/sed/sedcheck.sh')
-rwxr-xr-xtoolchain/sed/sedcheck.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/sed/sedcheck.sh b/toolchain/sed/sedcheck.sh
index 5af1d886bd..de15ac2f19 100755
--- a/toolchain/sed/sedcheck.sh
+++ b/toolchain/sed/sedcheck.sh
@@ -12,11 +12,6 @@ echo "HELLO" > .sedtest
$SED -i -e "s/HELLO/GOODBYE/" .sedtest >/dev/null 2>&1
case "$1" in
- download)
- if [ $? != 0 ] ; then
- echo download-sed-binary
- fi;
- ;;
*)
if [ $? != 0 ] ; then
echo build-sed-host-binary