Skip to content

Commit

Permalink
Suppress warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaevseev authored Sep 11, 2020
1 parent ed5524b commit d1bca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg-nvenc-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ compileLibX264() {
}

compileLibX265() {
if cd "$WORK_DIR/x265/"; then
if cd "$WORK_DIR/x265/" 2>/dev/null; then
hg pull
hg update
else
Expand Down

0 comments on commit d1bca65

Please sign in to comment.