Commit 3618fdb13d0f808555c5d12838a1636a71bf1c3c
1 parent
525d423e
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
appimage/AppRun
| ... | ... | @@ -515,7 +515,7 @@ else |
| 515 | 515 | fi |
| 516 | 516 | |
| 517 | 517 | if [ -x "$HERE/usr/bin/$CALLED_SUBCMD" ] && [ "x$CALLED_SUBCMD" != "x" ]; then |
| 518 | - #echo befor shift dollar_at=$@ | |
| 518 | + #echo before shift dollar_at=$@ | |
| 519 | 519 | if [ "x$SET_SHOW_ENV_FOR_APPRUN" == "xYeSS" ] ; then |
| 520 | 520 | # We have the (hidden) env var for debugging stuff set |
| 521 | 521 | echo BINARY_NAME=$BINARY_NAME 1>&2 # Don't leak strings into qpdf|fix-pdf|zlib-flate output going to stdout! | ... | ... |