diff options
Diffstat (limited to 'applets')
-rwxr-xr-x | applets/busybox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh index 7c3deb2..9ab0f4b 100755 --- a/applets/busybox.sh +++ b/applets/busybox.sh @@ -4,7 +4,7 @@ export LC_ALL=POSIX export LC_CTYPE=POSIX RAW=` \ - gcc -E -dM ${1:-Config.h} | \ + $CC -E -dM ${1:-Config.h} | \ sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \ | tr A-Z a-z | sort ` |