mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Base: Fix indentation in completion function for kill
This commit is contained in:
parent
66955b82a7
commit
67bc7cecbb
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/adamjoer
Commit: 67bc7cecbb
Pull-request: https://github.com/SerenityOS/serenity/pull/21923
Reviewed-by: https://github.com/alimpfard
1 changed files with 5 additions and 5 deletions
|
@ -68,11 +68,11 @@ __complete_job_spec() {
|
|||
}
|
||||
|
||||
_complete_kill() {
|
||||
if test $*[-1] = '--' {
|
||||
__complete_job_spec ''
|
||||
} else {
|
||||
__complete_job_spec $*[-1]
|
||||
}
|
||||
if test $*[-1] = '--' {
|
||||
__complete_job_spec ''
|
||||
} else {
|
||||
__complete_job_spec $*[-1]
|
||||
}
|
||||
}
|
||||
|
||||
_complete_cd() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue