diff options
| author | Jonathan Bauer | 2012-12-18 16:16:15 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-12-18 16:16:15 +0100 |
| commit | db612eaaa849de7685e13415c6922efede69978d (patch) | |
| tree | 5ca093a097ad582aad8a742172015f97696ae83b /remote/tools/busybox | |
| parent | conventions... (diff) | |
| download | tm-scripts-db612eaaa849de7685e13415c6922efede69978d.tar.gz tm-scripts-db612eaaa849de7685e13415c6922efede69978d.tar.xz tm-scripts-db612eaaa849de7685e13415c6922efede69978d.zip | |
aufs, squashfs modules for stage3.1 if needed
Diffstat (limited to 'remote/tools/busybox')
| -rw-r--r-- | remote/tools/busybox/busybox.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/busybox/busybox.build b/remote/tools/busybox/busybox.build index 7f6fe850..0194bab7 100644 --- a/remote/tools/busybox/busybox.build +++ b/remote/tools/busybox/busybox.build @@ -9,7 +9,7 @@ fetch_source() { [ ! -d src ] && mkdir src if [ ! -e .fetched_source ]; then - git clone $GIT src + git clone ${GIT} src touch .fetched_source fi } |
