Skip to content

Commit

Permalink
Replace [ 1 ] with true
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Planas <aplanas@suse.com>
  • Loading branch information
aplanas authored and laenion committed Jan 20, 2025
1 parent a1f54e9 commit 0879a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/transactional-update.in
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ callext() {
ORIG_ARGS=("$@")

parse_zypper_args_extra() {
while [ 1 ]; do
while true; do
if [ $# -eq 0 ]; then
break;
else
Expand All @@ -468,7 +468,7 @@ parse_zypper_args_extra() {
}

parse_args() {
while [ 1 ]; do
while true; do
if [ $# -eq 0 ]; then
break
fi
Expand Down

0 comments on commit 0879a63

Please sign in to comment.