search for: tcontinue

Displaying 1 result from an estimated 1 matches for "tcontinue".

Did you mean: continue
2009 Jun 30
2
[PATCH node] Make all yes/no prompts consistent. rhbz#508778
...e these default values (y/n)?"; then + return + fi local space_left=$SPACE for part in boot swap root config logging data ; do @@ -474,19 +472,15 @@ do_confirm() "$wb$sp$w" \ "$w8" \ "$w8" - printf "\n\tContinue? (Y/n) " - read -e - case $REPLY in - Y|y) - if check_partition_sizes; then - perform_partitioning - exit 0 - fi - break - ;; - N|n) return ;; - *)...