[archiso] Remove uneeded ;

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2012-02-22 19:11:48 -03:00
parent f5cdc9cff5
commit bc4731a0d3

View File

@ -46,7 +46,7 @@ _mnt_fs() {
_mnt_sfs() {
local img="${1}"
local mnt="${2}"
local img_fullname="${img##*/}";
local img_fullname="${img##*/}"
mkdir -p "${mnt}"