Skip to content

Commit

Permalink
+ env: quoting: set $QUOTING_STYLE because coreutils is crazy
Browse files Browse the repository at this point in the history
why they change the default for tools like 'ls' to have quotes now, is
unclear, and more than a little surprising
  • Loading branch information
smemsh committed Nov 29, 2024
1 parent 3c24315 commit 752f6ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.d/env
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ esetenv FANOUT 384 # -f NNNN
esetenv NCURSES_NO_PADDING 1
esetenv NCURSES_NO_SETBUF 1

# coreutils uses this for outputs like from 'ls'
esetenv QUOTING_STYLE literal

esetenv ORACLE_BASE /var/oracle
esetenv ORACLE_HOME /opt/oracle/9i
esetenv ORACLE_OWNER oracle
Expand Down

0 comments on commit 752f6ea

Please sign in to comment.