libk  Diff

Differences From Artifact [5d0ff4e06b]:

To Artifact [a95857b352]:


     2      2   . global/common.sh
     3      3   
     4      4   origin=1566169297
     5      5   now=$(date +%s)
     6      6   delta=$(expr $now - $origin)
     7      7   
     8      8   
     9         -if test "$1" = "private"; then
            9  +if test "$id_mode" = "private"; then
    10     10   	# for privacy's sake, we're not to show
    11     11   	# the hostname. instead, we calculate a
    12     12   	# hash based on the  time delta and the
    13     13   	# output of uname -a for extra entropy
    14     14   	if has "$HASH"; then
    15     15   		hash="$HASH"
    16     16   	elif has sha1; then