mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Fix cd multi-selection (#626)
This commit is contained in:
parent
fa3474b92d
commit
e8b208f2b4
|
@ -161,6 +161,7 @@ impl RunningCommand {
|
|||
script.push(' ');
|
||||
script.push_str(&arg);
|
||||
}
|
||||
script.push('\n'); // Ensures that each command is properly separated for execution preventing directory errors
|
||||
}
|
||||
Command::None => panic!("Command::None was treated as a command"),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user