diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2013-12-18 21:13:50 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2013-12-18 21:13:50 +0000 |
| commit | 31a0cf130a6e79f3f8d0837aff9f5730a770e79b (patch) | |
| tree | b002dd3e0ec98bc2fd5e7dc0b9d83431485bcf39 /usr.sbin | |
| parent | ad016cb8ab9fdcf0c1d61ebf1382df64b1184d23 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/auto | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 34a6918a6f36..0e003f49a5d9 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -124,8 +124,7 @@ exec 3>&1 PARTMODE=`echo $PMODES | xargs dialog --backtitle "FreeBSD Installer" \ --title "Partitioning" \ --menu "How would you like to partition your disk?" \ - 0 0 0 2>&1 1>&3` -if [ $? -eq $DIALOG_CANCEL ]; then exit 1; fi + 0 0 0 2>&1 1>&3` || exit 1 exec 3>&- case "$PARTMODE" in |
