mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: apply TARGET_EXEC only to commands starting with absolute path
Originally committed as revision 24313 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d2f33c8021
commit
f0388cf716
@ -42,7 +42,8 @@ fi
|
||||
|
||||
mkdir -p "$outdir"
|
||||
|
||||
eval $target_exec $command > "$outfile" 2>/dev/null || exit
|
||||
case "$command" in /*) command="$target_exec $command" ;; esac
|
||||
eval $command > "$outfile" 2>/dev/null || exit
|
||||
|
||||
case $cmp in
|
||||
diff) diff -u -w "$ref" "$outfile" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user