Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:AL:TW
guile1
guile-1.6.10-mktemp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File guile-1.6.10-mktemp.patch of Package guile1
Index: libguile/guile-snarf.in =================================================================== --- libguile/guile-snarf.in.orig 2010-12-13 19:24:40.000000000 +0200 +++ libguile/guile-snarf.in 2011-09-27 19:28:33.721419831 +0200 @@ -71,8 +71,7 @@ fi cpp_ok_p=false if [ x"$TMPDIR" = x ]; then TMPDIR="/tmp" ; else : ; fi -tempdir="$TMPDIR/guile-snarf.$$" -(umask 077 && mkdir $tempdir) || exit 1 +tempdir=$(mktemp -d -q "$TMPDIR/snarf.XXXXXX") || { echo >&2 "guile-snarf: can not create temporary file"; exit 1; } temp="$tempdir/tmp" if [ x"$CPP" = x ] ; then cpp="@CPP@" ; else cpp="$CPP" ; fi
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