Skip to content

Commit a2dfbda

Browse files
committed
chore(dfu-util): shorten path
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 7a8c66e commit a2dfbda

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

dfu-util.sh

+2-2
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)