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
removed
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"