[arch-releng] [PATCH 05/12] [archiso] Remove uneeded ;

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Wed Feb 22 22:30:44 EST 2012


Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 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



More information about the arch-releng mailing list