diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-09-03 17:35:22 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-09-03 17:35:22 -0700 |
commit | 87c5b32925549f05d950ad07c935417ef7eeebb9 (patch) | |
tree | 335a8de92c17e68ca2af416331a6f4170855c64b /html/020run.cc.html | |
parent | 03d673bb2509f5809633c9560d20c1143b0af1d1 (diff) | |
download | mu-87c5b32925549f05d950ad07c935417ef7eeebb9.tar.gz |
3990
Diffstat (limited to 'html/020run.cc.html')
-rw-r--r-- | html/020run.cc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/020run.cc.html b/html/020run.cc.html index 70697d67..d55ea087 100644 --- a/html/020run.cc.html +++ b/html/020run.cc.html @@ -518,7 +518,7 @@ if ('onhashchange' in window) { <span id="L451" class="LineNr">451 </span><span class="Comment">// name of a recipe.</span> <span id="L452" class="LineNr">452 </span><span class="Comment">//</span> <span id="L453" class="LineNr">453 </span><span class="Comment">// One drawback: if you're clearing recipes your profile will be inaccurate.</span> -<span id="L454" class="LineNr">454 </span><span class="Comment">// So far that happens in tests, and in `run-sandboxed` in a later layer.</span> +<span id="L454" class="LineNr">454 </span><span class="Comment">// So far that happens in tests, and in 'run-sandboxed' in a later layer.</span> <span id="L455" class="LineNr">455 </span>map<recipe_ordinal<span class="Delimiter">,</span> <span class="Normal">int</span>> Instructions_running<span class="Delimiter">;</span> <span id="L456" class="LineNr">456 </span><span class="Delimiter">:(before "End Commandline Options(*arg)")</span> <span id="L457" class="LineNr">457 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L73'>is_equal</a><span class="Delimiter">(</span>*arg<span class="Delimiter">,</span> <span class="Constant">"--profile"</span><span class="Delimiter">))</span> <span class="Delimiter">{</span> |