Skip to content

Commit

Permalink
[sh] Remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Jun 3, 2023
1 parent b66a24d commit 2e004ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

nice=
if [ "$(nice)" -le 0 ]; then
nice='nice'
nice=nice
fi

exec $nice /usr/bin/make $jobs "$@"
2 changes: 1 addition & 1 deletion sh/shellrc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ cargo() {

# No need to set environment if it has already been set.
${MINA86RC:+return}
MINA86RC='done'
MINA86RC=done
export MINA86RC

if which nano >/dev/null 2>&1; then
Expand Down

0 comments on commit 2e004ca

Please sign in to comment.