fix missing quote (thx, puchu)
[openwrt-10.03/.git] / target / linux / brcm-2.4 / base-files / lib / preinit / 15_mount_proc_brcm
1 #!/bin/sh
2
3 do_mount_procfs() {
4         mount none /proc -t proc
5 }
6