Commit 0da4d4a0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent c769fc04
......@@ -354,7 +354,7 @@ phelp()
# echog " -m - send result via e-mail"
}
# FIXME: has difference between
while getopts :hnvqb: opt; do
case $opt in
h) phelp; exit 0 ;;
......
......@@ -39,7 +39,7 @@ phelp()
echog " -l lazy cleanup (clean before build, not after)"
}
while getopts :hulsimt opt; do
while getopts :ht opt; do
case $opt in
h) phelp; exit 0;;
t) COMMIT="--commit" ;;
......
......@@ -152,6 +152,7 @@ shadow-utils shadow-convert module-init-tools kmod util-linux-control pam
alternatives
automake-common
glib2-locales
altlinux-release
rpm-macros-alternatives
emacs-base
pam0-config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment