summaryrefslogtreecommitdiffstats
path: root/common/hush.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-01 23:17:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-01 23:17:27 +0200
commita14c000d59312e680f24d48e7673b2e40fad81d6 (patch)
tree09c80b388f982c249c276503a900510b27256136 /common/hush.c
parent53d327d834111a494d776ef617834e2c4740db70 (diff)
downloadbarebox-a14c000d59312e680f24d48e7673b2e40fad81d6.tar.gz
barebox-a14c000d59312e680f24d48e7673b2e40fad81d6.tar.xz
remove comment about glob in hush.c. We do not use glob
Diffstat (limited to 'common/hush.c')
-rw-r--r--common/hush.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/hush.c b/common/hush.c
index e3ee1f5cea..ebc78f9eed 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -766,14 +766,6 @@ static int run_list(struct pipe *pi)
return rcode;
}
-/* The API for glob is arguably broken. This routine pushes a non-matching
- * string into the output structure, removing non-backslashed backslashes.
- * If someone can prove me wrong, by performing this function within the
- * original glob(3) api, feel free to rewrite this routine into oblivion.
- * Return code (0 vs. GLOB_NOSPACE) matches glob(3).
- * XXX broken if the last character is '\\', check that before calling.
- */
-
static char *get_dollar_var(char ch);
/* This is used to get/check local shell variables */