We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e963b9 commit d6a00e3Copy full SHA for d6a00e3
board/raspberrypi/post-build.sh
@@ -8,7 +8,7 @@ persistent_path="/root"
8
echo "Post-build: processing $@"
9
10
# Look for persistent path variable in .config
11
-BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH="$(grep ^BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH= ${BR2_CONFIG})" || true
+BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH="$(grep ^BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH= ${BR2_CONFIG})"
12
13
if [[ $BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH == BR2_PACKAGE_WPEFRAMEWORK_PERSISTENT_PATH=* ]];
14
then
0 commit comments