Skip to content

Commit b53af56

Browse files
xuxin930xiaoxiang781216
authored andcommitted
give a prompt when apps dir cannot be found
Signed-off-by: xuxin19 <[email protected]>
1 parent 0a78095 commit b53af56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/configure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ if [ -z "${appdir}" ]; then
270270

271271
if [ -d "${TOPDIR}/../apps-${CONFIG_VERSION_STRING}" ]; then
272272
appdir="../apps-${CONFIG_VERSION_STRING}"
273+
else
274+
echo "ERROR: Could not find the path to the appdir"
275+
exit 7
273276
fi
274277
fi
275278
fi

0 commit comments

Comments
 (0)