summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2016-02-09 10:45:27 +0100
committertorben2016-02-09 10:45:27 +0100
commitf7cf49c10a33f9a5e36726e974ef58b00c73eef9 (patch)
tree4eccfc5243288bc0db5962d414554047618f07e0
parentTry, (diff)
downloadsystemd-init-f7cf49c10a33f9a5e36726e974ef58b00c73eef9.tar.gz
systemd-init-f7cf49c10a33f9a5e36726e974ef58b00c73eef9.tar.xz
systemd-init-f7cf49c10a33f9a5e36726e974ef58b00c73eef9.zip
Sync.
-rwxr-xr-xbuilder/build-initramfs.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index beb562e8..6a956a7f 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -33,8 +33,9 @@ if ! [[ -d "$_needed_location" ]]; then
echo "Needed dependency \"git\" isn't available. Please install \"git\" or provide the repositories data structure in \"$(dirname "${BASH_SOURCE[0]}")\"."
fi
_temporary_repository_location="$(mktemp --directory)"
- git clone --depth 1 git://git.openslx.org/openslx-ng/systemd-init.git \
- "$_temporary_repository_location" --no-single-branch
+ git clone --depth 1 --no-single-branch \
+ git://git.openslx.org/openslx-ng/systemd-init.git \
+ "$_temporary_repository_location"
pushd "$_temporary_repository_location"
git submodule update --init --remote --depth 1
popd