Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
nodejs-electron
electron-launcher.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File electron-launcher.sh of Package nodejs-electron
#!/bin/bash >&2 echo 'This build of Electron is provided by openSUSE and contains various modifications.' >&2 echo 'Please report problems at https://bugzilla.opensuse.org/enter_bug.cgi?classification=openSUSE and not to upstream bug trackers.' set -euo pipefail name=electron flags_file="${XDG_CONFIG_HOME:-$HOME/.config}/${name}-flags.conf" declare -a flags if [[ -f "${flags_file}" ]]; then mapfile -t < "${flags_file}" fi for line in "${MAPFILE[@]}"; do if [[ ! "${line}" =~ ^[[:space:]]*#.* ]]; then flags+=("${line}") fi done exec XXXLIBDIRXXX/${name}/electron "$@" "${flags[@]}"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor