Skip to content

Commit

Permalink
fix typo in last change
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Oct 23, 2013
1 parent 8d3d436 commit a226f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_kiwi.sh
Expand Up @@ -248,7 +248,7 @@ elif [ -e "$imageout.raw" ]; then
pushd /$TOPDIR/KIWI
echo "\$compress_tool raw file..."
\$compress_tool "$imageout$buildnum-vmx.raw"
SHAFILES="\$SHAFILES $imageout$buildnum-vmx.raw.\$compress_suffix"
SHAFILES="\$SHAFILES $imageout$buildnum-vmx.raw.\${compress_suffix}"
popd
fi
if [ -e "$imageout.xenconfig" ]; then
Expand Down

0 comments on commit a226f54

Please sign in to comment.