Remove extra whitespace lines.
This commit is contained in:
parent
9cd8fcc642
commit
e52257af13
@ -79,12 +79,10 @@ while :; do
|
||||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a group name
|
||||
$BSDCFG_LIBE/$APP_DIR/groupinput \
|
||||
${USE_XDIALOG:+-X} mode="Delete" group="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
@ -79,12 +79,10 @@ while :; do
|
||||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a group name
|
||||
$BSDCFG_LIBE/$APP_DIR/groupinput \
|
||||
${USE_XDIALOG:+-X} mode="Edit/View" group="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
@ -79,12 +79,10 @@ while :; do
|
||||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a userid
|
||||
$BSDCFG_LIBE/$APP_DIR/userinput \
|
||||
${USE_XDIALOG:+-X} mode="Delete" user="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
@ -79,12 +79,10 @@ while :; do
|
||||
|
||||
case "$mtag" in
|
||||
"X $msg_exit") break ;;
|
||||
|
||||
*) # anything else is a userid
|
||||
$BSDCFG_LIBE/$APP_DIR/userinput \
|
||||
${USE_XDIALOG:+-X} mode="Edit/View" user="$mtag"
|
||||
;;
|
||||
|
||||
esac
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user