Skip to content

Commit be34e54

Browse files
remibettanCopilot
andauthored
typo
Co-authored-by: Copilot <[email protected]>
1 parent 5e8a2d3 commit be34e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/patch-realsense-ubuntu-L4T.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ sudo depmod
291291
# when using our jetson drivers instructions
292292
UVCVIDEO_PATH=$(modinfo -F filename uvcvideo)
293293
if [[ -z "$UVCVIDEO_PATH" ]]; then
294-
UVCVIDEO_PATH='/lib/modules/$(uname -r)/updates'
294+
UVCVIDEO_PATH="/lib/modules/$(uname -r)/updates"
295295
echo -e "\e[33mCould not find the uvcvideo kernel module.\nIt will be loaded into updates folder: $UVCVIDEO_PATH.\e[0m"
296296
fi
297297

0 commit comments

Comments
 (0)