Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archiso
Commits
bc4731a0
Commit
bc4731a0
authored
Feb 22, 2012
by
Gerardo Exequiel Pozzi
Browse files
[archiso] Remove uneeded ;
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
f5cdc9cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/hooks/archiso
View file @
bc4731a0
...
...
@@ -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
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment