cosmetic
This commit is contained in:
parent
9bc373f60b
commit
42b959010c
@ -46,6 +46,7 @@ bcdir=lib/completion.d
|
||||
# copier le fichier .nutoolsrc
|
||||
[ -f ~/.nutoolsrc ] || cp lib/nutoolsrc ~/.nutoolsrc
|
||||
if ! quietgrep UTOOLS_LOCAL_PROFILES= ~/.nutoolsrc; then
|
||||
# Inclure configuration UTOOLS_LOCAL_PROFILES
|
||||
echo "
|
||||
# Type d'installation pour les profils
|
||||
#export UTOOLS_LOCAL_PROFILES=" >>~/.nutoolsrc
|
||||
|
@ -193,6 +193,8 @@ function __runs_create_rscript() {
|
||||
template="$defaultt"
|
||||
elif [ "$rscriptname" == "userdefault" -o "$rscriptname" == "userdefault.rr" ]; then
|
||||
template="$userdefaultt"
|
||||
elif false; then
|
||||
: # XXX reconnaitre l'extension .rr pour créer un modèle de recette
|
||||
else
|
||||
withext "$rscript" || rscript="$rscript.rs"
|
||||
template="$rscriptt"
|
||||
|
Loading…
Reference in New Issue
Block a user