From 6051f4616152ac770538f115777d57c23f81e86e Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 21 Feb 2025 14:40:17 +0100 Subject: [PATCH] examples/gnrc_networking_subnets: fix setup_taps.sh script --- examples/networking/gnrc/gnrc_networking_subnets/setup_taps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/networking/gnrc/gnrc_networking_subnets/setup_taps.sh b/examples/networking/gnrc/gnrc_networking_subnets/setup_taps.sh index 15c36626f8..72e0277086 100755 --- a/examples/networking/gnrc/gnrc_networking_subnets/setup_taps.sh +++ b/examples/networking/gnrc/gnrc_networking_subnets/setup_taps.sh @@ -4,7 +4,7 @@ PREFIX=2001:db8::/60 SCRIPTPATH=$(dirname $(realpath "$0")) -RIOTBASE=$SCRIPTPATH/../.. +RIOTBASE=$SCRIPTPATH/../../../.. RIOTTOOLS=$RIOTBASE/dist/tools TOPOLOGY=$SCRIPTPATH/tapology.txt