Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robey Pointer
reform
Commits
8b6a42c6
Commit
8b6a42c6
authored
Aug 23, 2021
by
Robey Pointer
Browse files
fix to use dirname
parent
7fbb6527
Changes
1
Hide whitespace changes
Inline
Side-by-side
reform2-keyboard-fw/assets/packbmp.sh
View file @
8b6a42c6
...
...
@@ -4,4 +4,4 @@ if ! $PYTHON --version >/dev/null 2>&1; then
PYTHON
=
python3
fi
$PYTHON
.
/packbmp.py
"
$@
"
$PYTHON
$(
dirname
$0
)
/packbmp.py
"
$@
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment