setup-all-dchroots: fix architecture list generation
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 20 Aug 2018 17:43:17 +0000 (19:43 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 20 Aug 2018 17:43:17 +0000 (19:43 +0200)
modules/schroot/files/setup-all-dchroots

index ec98163..c6efbb1 100755 (executable)
@@ -142,7 +142,7 @@ fi
 # get list of archs based on dpkg architecture
 ##########
 DPKGARCH=$(dpkg --print-architecture)
-archs="DPKGARCH"
+archs="$DPKGARCH"
 case "$DPKGARCH" in
     amd64)
         archs="$archs i386"