Probe the local printf for unicode
This commit is contained in:
@@ -170,6 +170,15 @@ else
|
|||||||
alias p echo "Password store not found!"
|
alias p echo "Password store not found!"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Pick up the coreutils printf, if it exists...
|
||||||
|
if( -f `which gprintf` ) then
|
||||||
|
alias printf gprintf
|
||||||
|
endif
|
||||||
|
|
||||||
|
if( ! { printf '\u0000' } ) >&/dev/null then
|
||||||
|
setenv CSHENV_NO_UNICODE_PRINTF
|
||||||
|
endif
|
||||||
|
|
||||||
safe_source ${CSHENV_DIR}/tcshrc.aliases.${CSHENV_SYSTEM}
|
safe_source ${CSHENV_DIR}/tcshrc.aliases.${CSHENV_SYSTEM}
|
||||||
safe_source ${CSHENV_DIR}/tcshrc.aliases.${CSHENV_HOSTNAME}
|
safe_source ${CSHENV_DIR}/tcshrc.aliases.${CSHENV_HOSTNAME}
|
||||||
safe_source ${CSHENV_DIR}/tcshrc.aliases.user
|
safe_source ${CSHENV_DIR}/tcshrc.aliases.user
|
||||||
|
|||||||
Reference in New Issue
Block a user