Skip to content

Commit

Permalink
remove redundant command
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraveyoung authored and sfeiwong committed Aug 21, 2023
1 parent e580122 commit 5ff3b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ then
disable_asm="--disable-x86asm"
ffmpeg_opts="--enable-gpl --enable-nonfree"
mkdir -p ffmpeg_source
trap "cd $(pwd) && rm -rf ffmpeg_source && pip cache purge && dpkg -r cuda-repo-ubuntu2004-11-8-local" EXIT
trap "cd $(pwd) && rm -rf ffmpeg_source && pip cache purge" EXIT

if [ ${OS} == "Linux" ]
then
Expand Down

0 comments on commit 5ff3b54

Please sign in to comment.