From 07db5929d4cb3687469d04e10d7ce2f2bcd6be560f8da6d0c324e66025299157 Mon Sep 17 00:00:00 2001 From: Mark Post Date: Sun, 28 Feb 2021 23:36:46 +0000 Subject: [PATCH] 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 --- detach_disks.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/detach_disks.sh b/detach_disks.sh index 67d5f7e..c514208 100644 --- a/detach_disks.sh +++ b/detach_disks.sh @@ -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}