OpenSystemsDevelopment
/
usbboot
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
210a1775bdf775f9845943b6c7d3a22984044f16
Authored by
Tim Gover
2022-09-28 19:49:28 +0100
1 parent
bcf124d6
rpi-eeprom-digest: Fix typo in default env var for OPENSSL executable
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/rpi-eeprom-digest
tools/rpi-eeprom-digest
View file @
210a177
@@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
7
7
8
set -e
8
set -e
9
9
10
-OPENSSL=${OPENSS
l
:-openssl}
10
+OPENSSL=${OPENSS
L
:-openssl}
11
11
12
die() {
12
die() {
13
echo "$@" >&2
13
echo "$@" >&2