Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2dfbda

Browse files
committed
chore(dfu-util): shorten path
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent7a8c66e commita2dfbda

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

‎dfu-util.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ UNAME_OS="$(uname -s)"
99
case"${UNAME_OS}"in
1010
Linux*)
1111
# Choose dfu program by arch
12-
DFU_UTIL=${DIR}/linux/dfu-util/dfu-util
12+
DFU_UTIL=${DIR}/linux/dfu-util
1313
;;
1414
Darwin*)
15-
DFU_UTIL=${DIR}/macosx/dfu-util/dfu-util
15+
DFU_UTIL=${DIR}/macosx/dfu-util
1616
if [!-x"${DFU_UTIL}" ];then
1717
DFU_UTIL=/opt/local/bin/dfu-util
1818
fi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp