[archiso] Remove uneeded ;
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
f5cdc9cff5
commit
bc4731a0d3
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user