diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/embedded_scripts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/embedded_scripts b/scripts/embedded_scripts index b7a023ce0..c2e7c6961 100755 --- a/scripts/embedded_scripts +++ b/scripts/embedded_scripts | |||
@@ -20,7 +20,7 @@ if [ -d "$custom_loc" ] | |||
20 | then | 20 | then |
21 | custom_scripts=$(cd $custom_loc; ls * 2>/dev/null) | 21 | custom_scripts=$(cd $custom_loc; ls * 2>/dev/null) |
22 | fi | 22 | fi |
23 | all_scripts=$(applets/busybox.mkscripts) | 23 | all_scripts=$($srctree/applets/busybox.mkscripts) |
24 | 24 | ||
25 | # all_scripts includes applet scripts and custom scripts, sort them out | 25 | # all_scripts includes applet scripts and custom scripts, sort them out |
26 | applet_scripts="" | 26 | applet_scripts="" |