forked from pool/s390-tools
Accepting request 875841 from home:markkp:branches:Base:System
Corrected a syntax error in detach_disks.sh OBS-URL: https://build.opensuse.org/request/show/875841 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=110
This commit is contained in:
parent
ff846aaceb
commit
07db5929d4
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
DASDFILE=/tmp/dasd.list.${mcookie}
|
||||
DETFILE=/tmp/detach.disks.${mcookie}
|
||||
KEEPFILE=/tmp/keep.disks.${mcookie}
|
||||
NICFILE=/tmp/nic.list.${mcookie}
|
||||
FAILFILE=/tmp/error.${mcookie}
|
||||
DASDFILE=/tmp/dasd.list.$(mcookie)
|
||||
DETFILE=/tmp/detach.disks.$(mcookie)
|
||||
KEEPFILE=/tmp/keep.disks.$(mcookie)
|
||||
NICFILE=/tmp/nic.list.$(mcookie)
|
||||
FAILFILE=/tmp/error.$(mcookie)
|
||||
|
||||
function expand_RANGE(){
|
||||
local RANGE=${1}
|
||||
|
Loading…
Reference in New Issue
Block a user