aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xoverlay/usr/local/bin/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/usr/local/bin/build.sh b/overlay/usr/local/bin/build.sh
index ac45cf9..cf418e3 100755
--- a/overlay/usr/local/bin/build.sh
+++ b/overlay/usr/local/bin/build.sh
@@ -95,8 +95,8 @@ setup_system() {
create_workspace() {
msg "Cloning aports and applying PR$PR"
- git clone --depth=1 --branch $BRANCH $REPOURL $APORTSDIR
- wget -qO- $REPOURL/pull/$PR.patch | git -C $APORTSDIR am
+ git clone --depth=1 --branch "$BRANCH" "$REPOURL" "$APORTSDIR"
+ wget -qO- "$REPOURL"/pull/"$PR".patch | git -C "$APORTSDIR" am
}
sysinfo() {