aboutsummaryrefslogtreecommitdiff
path: root/build_repo.sh
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-02-22 10:32:42 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-02-22 10:32:42 +0100
commit548dbd4dd1a7c755caa30d480f2ba07cce517730 (patch)
tree733f590a95fa0222fcb2244b499ca9ab84469232 /build_repo.sh
parentacb34202a5e74bfafcaf5a8ca0e0497f5b520727 (diff)
downloadturris-myrepo-548dbd4dd1a7c755caa30d480f2ba07cce517730.tar.gz
turris-myrepo-548dbd4dd1a7c755caa30d480f2ba07cce517730.tar.bz2
turris-myrepo-548dbd4dd1a7c755caa30d480f2ba07cce517730.zip
Few fixes for myrepo
Diffstat (limited to 'build_repo.sh')
-rwxr-xr-xbuild_repo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_repo.sh b/build_repo.sh
index 52e3bab..c4bcf42 100755
--- a/build_repo.sh
+++ b/build_repo.sh
@@ -106,11 +106,11 @@ fi
if [ "$BOARD" = "omnia" ] || [ "$BOARD" = "all" ]; then
echo -e "\e[1;34mBuilding omnia\e[0m"
- (cd .omnia-sdk; make $@)
+ (cd .omnia-sdk; make "$@")
fi
if [ "$BOARD" = "turris" ] || [ "$BOARD" = "all" ]; then
echo -e "\e[1;34mBuilding turris\e[0m"
- (cd .turris-sdk; make $@)
+ (cd .turris-sdk; make "$@")
fi