setup-all-dchroots: fix architecture list generation
[mirror/dsa-puppet.git] / 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"