diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-06 12:33:51 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-06 12:33:51 +0100 |
commit | 31a4a4b45fd6184e1d090820010a20aa67abbdfe (patch) | |
tree | fffd729e6e4d3fdbb93765c6841ce7d266469140 /src | |
parent | 53765f15d0cc9de8d25591f4cf8b60674cfde9d5 (diff) |
ui fix
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index cf61866..dc1dfa3 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -302,7 +302,7 @@ interactive_filesystem () fsopts=($FSOPTS); if [ ${#fsopts[*]} -lt 4 ] # less then 4 words in the $FSOPTS string. eg only one option then - infofy "Automatically picked ${fsopts[1]}. It's the only option for $part_type blockdevices" + notify "Automatically picked ${fsopts[1]}. It's the only option for $part_type blockdevices" fs_type=${fsopts[0]} else default= |