From a847912da9a43e2d416570800e99951c4ec30f62 Mon Sep 17 00:00:00 2001 From: aldot Date: Sun, 21 May 2006 10:45:01 +0000 Subject: - check for existing usage binary, so it get's more obvious that the toplevel Makefile uses the wrong path to the binary (it's in top_builddir and not in top_srcdir) git-svn-id: svn://busybox.net/trunk/busybox@15153 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- scripts/usage_compressed | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/usage_compressed') diff --git a/scripts/usage_compressed b/scripts/usage_compressed index fa12e4063..ce672db3b 100644 --- a/scripts/usage_compressed +++ b/scripts/usage_compressed @@ -3,6 +3,7 @@ loc="$1" test "$loc" || loc=. +test -x "$loc/usage" || exit 1 echo 'static const char packed_usage[] = ' "$loc"/usage | bzip2 -9 | od -v -t x1 \ -- cgit v1.2.3-55-g6feb