SHA256
1
0
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:
Mark Post 2021-02-28 23:36:46 +00:00 committed by Git OBS Bridge
parent ff846aaceb
commit 07db5929d4

View File

@ -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}