hush: continue fixing quoting and subst: fix glob_and_assign.tests.

This commit is contained in:
Denis Vlasenko
2008-06-17 07:24:29 +00:00
parent c7985b76c5
commit 30c9cc5b17
4 changed files with 65 additions and 51 deletions

View File

@@ -1,5 +1,14 @@
#!/bin/sh
unset LANG LANGUAGE
unset LC_COLLATE
unset LC_CTYPE
unset LC_MONETARY
unset LC_MESSAGES
unset LC_NUMERIC
unset LC_TIME
unset LC_ALL
test -x hush || {
echo "No ./hush - creating a link to ../../busybox"
ln -s ../../busybox hush