/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to initramfs-tools-script

* initramfs-tools-script: Bug fix: Add missing "--options" argument to
                          getopt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
mandos_group="65534"
157
157
while read line; do
158
158
    line="${line%%#*}"
159
 
    TEMP=`getopt --quiet --longoptions userid:,groupid: -- $line`
 
159
    TEMP=`getopt --quiet --longoptions userid:,groupid: --options "" -- $line`
160
160
    eval set -- "$TEMP"
161
161
    while true; do
162
162
        case "$1" in