Skip to content

Commit

Permalink
[macros] Allow model names with spaces.
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
  • Loading branch information
Marko Saukko committed May 21, 2013
1 parent 9a7a0c3 commit af0310a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.ssuks
Expand Up @@ -11,7 +11,7 @@
sleep 1 \
for M in %{?*}; do \
for B in true false; do \
ssuks model=$M sandbox=/tmp/sandbox outputdir=%{buildroot}/%{_datadir}/kickstarts/ rnd=$B version=%{version} \
ssuks model="$M" sandbox=/tmp/sandbox outputdir=%{buildroot}/%{_datadir}/kickstarts/ rnd=$B version=%{version} \
done \
done \
%{nil}

0 comments on commit af0310a

Please sign in to comment.