Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nl6720
archiso
Commits
6bcbf95f
Commit
6bcbf95f
authored
Dec 08, 2010
by
Gerardo Exequiel Pozzi
Browse files
[archiso] Fix tabs/spaces in mkarchiso
Signed-off-by:
Gerardo Exequiel Pozzi
<
vmlinuz386@yahoo.com.ar
>
parent
0ff40f15
Changes
1
Hide whitespace changes
Inline
Side-by-side
archiso/mkarchiso
View file @
6bcbf95f
#!
/bin/bash
#!/bin/bash
PKGLIST
=
""
QUIET
=
"y"
...
...
@@ -48,9 +48,9 @@ while getopts 'p:C:L:P:A:c:D:dfvh' arg; do
case
"
${
arg
}
"
in
p
)
PKGLIST
=
"
${
PKGLIST
}
${
OPTARG
}
"
;;
C
)
PACCONFIG
=
"
${
OPTARG
}
"
;;
L
)
LABEL
=
"
${
OPTARG
}
"
;;
P
)
PUBLISHER
=
"
${
OPTARG
}
"
;;
A
)
APPLICATION
=
"
${
OPTARG
}
"
;;
L
)
LABEL
=
"
${
OPTARG
}
"
;;
P
)
PUBLISHER
=
"
${
OPTARG
}
"
;;
A
)
APPLICATION
=
"
${
OPTARG
}
"
;;
c
)
COMPRESSION
=
"
${
OPTARG
}
"
;;
D
)
INSTALL_DIR
=
"
${
OPTARG
}
"
;;
d
)
CREATE_DEFAULT
=
"y"
;;
...
...
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