forked from pool/boinc-client
5024a320b2
fix for bnc#689499 OBS-URL: https://build.opensuse.org/request/show/102548 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=17
14 lines
321 B
Diff
14 lines
321 B
Diff
Index: client/scripts/boinc.bash
|
|
===================================================================
|
|
--- client/scripts/boinc.bash.orig
|
|
+++ client/scripts/boinc.bash
|
|
@@ -36,7 +36,7 @@ _boinc()
|
|
return 0
|
|
fi
|
|
}
|
|
-complete -F _boinc -o default boinc
|
|
+complete -F _boinc -o default boinc-client
|
|
|
|
_boinccmd()
|
|
{
|