Skip to content

Commit

Permalink
log home values
Browse files Browse the repository at this point in the history
  • Loading branch information
geedo0 committed Aug 21, 2024
1 parent 2d52c6b commit e776e78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion regress/percent.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $OpenBSD: percent.sh,v 1.17 2023/03/27 03:56:50 dtucker Exp $
# Placed in the Public Domain.

set -x
tid="percent expansions"

if [ -x "/usr/xpg4/bin/id" ]; then
Expand All @@ -13,7 +13,9 @@ USERID=`id -u`
HOST=`hostname | cut -f1 -d.`
HOSTNAME=`hostname`
HASH=""
echo -n ~
HOME=`echo -n ~`
echo $HOME

# Localcommand is evaluated after connection because %T is not available
# until then. Because of this we use a different method of exercising it,
Expand Down

0 comments on commit e776e78

Please sign in to comment.