From 9627f548f8b13fbd4090af19e270a15a6f64adbf Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Tue, 17 Oct 2023 14:17:09 -0700 Subject: [PATCH] contrib: Match upstream. Upstream has a checkpatch failure here. I had fixed it because I didn't know how else to properly get around it back then. Reintroduce the problem. Now this file is identical to upstream. Change-Id: Ic03b6bb42945ddbcfd2fe12c0cab5b05eda1a50c Signed-off-by: Tim Newsome --- contrib/cross-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cross-build.sh b/contrib/cross-build.sh index ded1691920..b199bf7157 100755 --- a/contrib/cross-build.sh +++ b/contrib/cross-build.sh @@ -24,7 +24,7 @@ # export HIDAPI_SRC=/path/to/hidapi # export OPENOCD_CONFIG="--enable-..." # cd /work/dir -# .../path/to/openocd/contrib/cross-build.sh +# /path/to/openocd/contrib/cross-build.sh # # For static linking, a workaround is to # export LIBUSB1_CONFIG="--enable-static --disable-shared"