diff options
| author | Jonathan Bauer | 2012-09-28 17:02:40 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2012-09-28 17:02:40 +0200 |
| commit | 109412036c2a564d9f9e9077dd3f2de3c0396bcc (patch) | |
| tree | ebe6557ccadd48d0db71f21287fc1243b605ef9a | |
| parent | busybox config fix (diff) | |
| download | tm-scripts-109412036c2a564d9f9e9077dd3f2de3c0396bcc.tar.gz tm-scripts-109412036c2a564d9f9e9077dd3f2de3c0396bcc.tar.xz tm-scripts-109412036c2a564d9f9e9077dd3f2de3c0396bcc.zip | |
fix 2
| -rw-r--r-- | remote/tools/busybox/build.busybox | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remote/tools/busybox/build.busybox b/remote/tools/busybox/build.busybox index 0e8b3bf8..09d96138 100644 --- a/remote/tools/busybox/build.busybox +++ b/remote/tools/busybox/build.busybox @@ -1,7 +1,5 @@ #!/bin/bash -. setup-busybox.conf - fetch_source() { [ ! -d src ] && mkdir src if [ ! -e .fetched_source ]; then |
