Przeglądaj źródła

Use md5 hex for tmp directory

master
10sr 6 lat temu
rodzic
commit
0c20697581
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      profile

+ 2
- 1
profile Wyświetl plik

@@ -97,7 +97,8 @@ then
fi
fi

expr "$TMP" : ".*$USER-tmp" >/dev/null || export TMP="${TMP}/${USER}-tmp"
__user_uuid=$(perl -e "use Digest::MD5 qw(md5_hex); print md5_hex('$USER$HOSTNAME')")
expr "$TMP" : ".*${__user_uuid}-tmp" >/dev/null || export TMP="${TMP}/${__user_uuid}-tmp"
export TEMP=$TMP
export TMPDIR=$TMP
test -d "$TMP" || mkdir -p "$TMP"


Ładowanie…
Anuluj
Zapisz