Skip to content

Commit d6a00e3

Browse files
committed
Revert "Ignore errors when BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH is not defined in .config."
This reverts commit 8a9a98c.
1 parent 4e963b9 commit d6a00e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/raspberrypi/post-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ persistent_path="/root"
88
echo "Post-build: processing $@"
99

1010
# Look for persistent path variable in .config
11-
BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH="$(grep ^BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH= ${BR2_CONFIG})" || true
11+
BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH="$(grep ^BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH= ${BR2_CONFIG})"
1212

1313
if [[ $BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH == BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH=* ]];
1414
then

0 commit comments

Comments
 (0)