Skip to content
Snippets Groups Projects
Commit fb3c4ffc authored by Mans Rullgard's avatar Mans Rullgard
Browse files

configure: make $TMPE executable

This is required on systems where the linker does not change
the permissions of an existing output file.
parent ec5f5719
No related branches found
No related tags found
No related merge requests found
......@@ -1822,6 +1822,8 @@ tmpfile TMPASM .asm
unset -f mktemp
chmod +x $TMPE
# make sure we can execute files in $TMPDIR
cat > $TMPSH 2>> $logfile <<EOF
#! /bin/sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment