diff options
Diffstat (limited to 'applets/busybox.sh')
-rwxr-xr-x | applets/busybox.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh index 6e448dc65..cab248f11 100755 --- a/applets/busybox.sh +++ b/applets/busybox.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \ | 2 | ls -1 `sed -n '/^#define/{s/.*BB_// ; s/$/.c/p; }' busybox.def.h | \ |
3 | tr [:upper:] [:lower:] | 3 | tr [:upper:] [:lower:]` 2> /dev/null | sed -e 's/\.c$/\.o/g' |
4 | 4 | ||