From e14f0e367952dad3f4e076caac1f5d12404d91b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sat, 14 Sep 2019 00:00:00 +0000 Subject: [PATCH] sample_package: fix run command --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ee87cd4..2f64cc5 100644 --- a/README.adoc +++ b/README.adoc @@ -18092,7 +18092,7 @@ Those packages get automatically added to Buildroot's `BR2_EXTERNAL`, so all you then test it out with: .... -./run --eval-after './sample_package.out' +./run --eval-after '/sample_package.out' .... and you should see: