Signed-off-by: Gerardo Exequiel Pozzi <[email protected]> --- archiso/hooks/archiso | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso
index 3518d16..af3d58d 100644
--- a/archiso/hooks/archiso
+++ b/archiso/hooks/archiso
@@ -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}"
--
1.7.9.1
