Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11 from saukko/key-value
[macros] Allow model names with spaces.
  • Loading branch information
bwachter committed May 21, 2013
2 parents 9a7a0c3 + af0310a commit a31af5f
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 a31af5f

Please sign in to comment.