mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
This commit is contained in:
parent
ed55982085
commit
e80c7bda4c
4 changed files with 28 additions and 18 deletions
|
|
@ -594,8 +594,10 @@ void run(Strings args)
|
|||
username = arg.substr(7,arg.length());
|
||||
|
||||
|
||||
else
|
||||
else{
|
||||
opArgs.push_back(arg);
|
||||
//printMsg(lvlInfo, format("ARG: %1%") % arg);
|
||||
}
|
||||
|
||||
//in the startscript u can have --run, but could do showrevisions
|
||||
if (oldOp && oldOp != op && oldOp != opRunComponent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue