You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, it should be (file "$i" | grep -v ELF --silent) && echo "Ignoring non ELF file: $i" && continue. The leading $ will capture the subshell's output into a string, that's why it doesn't work.
error due to place the return code in double quotes
linuxdeploy-plugin-gstreamer/linuxdeploy-plugin-gstreamer.sh
Line 110 in f7881a4
linuxdeploy-plugin-gstreamer/linuxdeploy-plugin-gstreamer.sh
Line 130 in f7881a4
should be
The text was updated successfully, but these errors were encountered: