summaryrefslogtreecommitdiff
path: root/archiso
diff options
context:
space:
mode:
Diffstat (limited to 'archiso')
-rw-r--r--archiso/hooks/archiso2
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}"