From a92002dfabd17baa1861e4a5e7533d859536b4de Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 15 Oct 2020 15:26:30 -0700 Subject: [PATCH] Make checkpatch happy (hopefully). Change-Id: I1876814d4f91ede544238a465dad12d20d00b560 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 821d48ec7..0ef0a2d55 100755 --- a/contrib/cross-build.sh +++ b/contrib/cross-build.sh @@ -23,7 +23,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"