diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-02-22 19:11:48 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-02-22 21:18:15 -0300 |
commit | bc4731a0d3b6631a68b02f69fd47ed289c8963fe (patch) | |
tree | 5c9b9b0e0b9930343979205af506c80bc2f1e816 /archiso/hooks | |
parent | f5cdc9cff500319b9688745c35ce44709d2d17f8 (diff) | |
download | archiso32-bc4731a0d3b6631a68b02f69fd47ed289c8963fe.tar.xz |
[archiso] Remove uneeded ;
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/hooks')
-rw-r--r-- | 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}" |