llvm: Fix rc script.

This commit is contained in:
Cristiano Giuffrida 2014-06-28 23:57:47 +02:00 committed by Lionel Sambuc
parent 5c95bc4d9f
commit 646a6b144b

View File

@ -20,7 +20,7 @@ function rc_create {
set -o errexit
mkdir /ext
[ -d /ext ] || mkdir /ext
mount -t ext2 /dev/c0d1 /ext
if [ -f /ext/etc/rc ]; then