Skip to content

Commit

Permalink
launcher: Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnoname1000 committed Nov 14, 2024
1 parent 6f9df83 commit f016f98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/jruby.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
# shellcheck disable=1007
# shellcheck shell=dash
# shellcheck disable=1007 # Don't complain about foo=
# -----------------------------------------------------------------------------
# jruby.bash - Start Script for the JRuby interpreter
# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -29,8 +30,7 @@ fi
# Returns escaped arguments via $REPLY
# Thanks to @mentalisttraceur for original implementation:
# https://github.com/mentalisttraceur/esceval
esceval()
{
esceval() {
local escaped= unescaped= output=
REPLY=

Expand Down

0 comments on commit f016f98

Please sign in to comment.