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

Commit 8ad79b7

Browse files
committed
Fix running sysusers.in without arguments GH PR #13
1 parent 26faf36 commit 8ad79b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/sysusers.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ while true; do
6565
version=1
6666
shift;
6767
;;
68-
--) args=("${@}"); shift; break;;
68+
--) shift; args=("${@}"); break;;
6969
*) break;;
7070
esac
7171
done

0 commit comments

Comments
 (0)