Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37866664
en ru br
ALT Linux repos
S:1.14.2-alt1
D:1.4.4-alt2.3.2
5.0: 1.5.4-alt3
4.1: 1.4.4-alt2.1.M41.1
4.0: 1.4.4-alt1
+updates:1.4.4-alt1
3.0: 1.2.3-alt2

Group :: Development/Other
RPM: subversion

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#! /bin/sh
#
# Set proper umask value when calling subversion commands.
# Created for handling svnserve, might be used with other commands.

SUFFIX=".bin"
UMASK="002"
BINARY="$(dirname $(realpath $0))/${0##*/}$SUFFIX"

umask "$UMASK" && exec $BINARY "$@"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin