Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Fix running sysusers.in without arguments GH PR #13
Browse files Browse the repository at this point in the history
  • Loading branch information
udeved committed Aug 1, 2019
1 parent 26faf36 commit 8ad79b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sysusers.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ while true; do
version=1
shift;
;;
--) args=("${@}"); shift; break;;
--) shift; args=("${@}"); break;;
*) break;;
esac
done
Expand Down

0 comments on commit 8ad79b7

Please sign in to comment.