Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • next protected
  • UI-EvenMoreTweaks
  • merge/materials_featurette protected
  • merge/webrtc protected
  • darl/linux-sh-installer
  • xenhat/maint/bolt
  • xenhat/features/cinematic-mode-new
  • screensquare
  • ssestuff
  • spdlog
  • 7.1.7.2486-beta
  • 7.1.4.2442-beta
  • 7.1.4.2413-beta
  • 7.1.3.2338-beta
  • 7.1.3.2332-beta
  • 7.1.2.2304-beta
  • 7.1.1.2251-beta
  • 7.0.1.2244-beta
  • 7.0.1.2240-beta
  • 7.0.1.2230-beta
  • 7.0.1.2206-beta
22 results

scripts

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nat Goodspeed authored
    Test for existence of target name using -e rather than -f. (-d would work too,
    but in this case we must respond to any name collision, whether file or
    directory.)
    Instead of terminating on failure, make sudo_mv return rc of the [sudo] mv
    command to its caller. If the attempt to move new install to actual viewer
    directory fails, restore previous viewer before failing.
    When redirecting the script's stderr to updater.log, first save existing
    stderr to another file descriptor, and restore it when we launch viewer.
    Otherwise updater.log ends up collecting the viewer's duplicate stderr log
    output!
    The construct 'exec ... | program' doesn't work. In fact it causes any other
    redirections on that command to fail too. Remove it -- real fix pending.
    6e9782f7
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    darwin
    linux
    windows