Bugzilla – Attachment 9030 Details for
Bug 7924
Fix handling of command line arguments in koha-remove
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
koha-remove change I used as a workaround
koha-remove.patch (text/plain), 521 bytes, created by
Scott Turner
on 2012-04-09 00:32:24 UTC
(
hide
)
Description:
koha-remove change I used as a workaround
Filename:
MIME Type:
Creator:
Scott Turner
Created:
2012-04-09 00:32:24 UTC
Size:
521 bytes
patch
obsolete
>*** /usr/sbin/koha-remove-original 2012-03-07 00:07:42.000000000 -0500 >--- /usr/sbin/koha-remove 2012-04-08 19:56:33.000000000 -0400 >*************** >*** 20,25 **** >--- 20,26 ---- > set -e > > args=$(getopt -l keep-mysql -o k -n $0 -- "$@") >+ atvar="$@" > set -- $args > while [ ! -z "$1" ] > do >*************** >*** 31,37 **** > done > > >! for name in "$@" > do > echo "Removing Koha instance $name" > >--- 32,38 ---- > done > > >! for name in "$atvar" > do > echo "Removing Koha instance $name" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7924
:
9030
|
9366
|
9456