From 7240eab253cbb38ec858d0481a7377b1c8b9ba56 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 2 Mar 2015 00:19:38 +0500 Subject: [PATCH] fix a typo in scripts/run --- scripts/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run b/scripts/run index a7093ac2..9f8168fa 100755 --- a/scripts/run +++ b/scripts/run @@ -35,7 +35,7 @@ if [ ! -d ${INITRD_TMP} ]; then fi if [ ! -e bin/rancheros ]; then - ./script/build + ./scripts/build fi cp bin/rancheros ${INITRD_TMP}/init