initrd.scripts: improve code style of fs_type_in_use

master
Fabio Erculiani 12 years ago
parent d518964d6a
commit 231ffd477a

@ -543,7 +543,7 @@ run_shell() {
fs_type_in_use() { fs_type_in_use() {
fs_type=$1 fs_type=$1
cut -d ' ' -f 3 < /proc/mounts | fgrep -q "${fs_type}" cut -d " " -f 3 < /proc/mounts | fgrep -q "${fs_type}"
} }
is_udev() { is_udev() {

Loading…
Cancel
Save