chiark / gitweb /
bin/mdw-build: Give `sep' a name suitable for a wider scope.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 2 Jul 2024 12:51:00 +0000 (13:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 2 Jul 2024 13:30:27 +0000 (14:30 +0100)
bin/mdw-build

index 0f3f7a4d802c0222a95c13e55793e36ae3bbc3be..c9bcc7f704ce25aba64f79c7e0653ff025a2084d 100755 (executable)
@@ -269,9 +269,9 @@ done
 toppath=$(pwd)
 
 ## Build any necessary qualifiers.
 toppath=$(pwd)
 
 ## Build any necessary qualifiers.
-qual= sep=.
+qual= qualsep=.
 case ${SBOX_SESSION_DIR+t},${DEB_BUILD_ARCH+t} in
 case ${SBOX_SESSION_DIR+t},${DEB_BUILD_ARCH+t} in
-  t,t) qual=$qual$sep$DEB_BUILD_ARCH; sep=- ;;
+  t,t) qual=$qual$qualsep$DEB_BUILD_ARCH; qualsep=- ;;
   t,*) fail "unknown build arch" ;;
 esac
 
   t,*) fail "unknown build arch" ;;
 esac