summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/buildpkg.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/buildpkg.sh.in')
-rw-r--r--crypto/openssh/buildpkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/buildpkg.sh.in b/crypto/openssh/buildpkg.sh.in
index f90ae6e..cb9eb30 100644
--- a/crypto/openssh/buildpkg.sh.in
+++ b/crypto/openssh/buildpkg.sh.in
@@ -353,7 +353,7 @@ else
# Create user if required
[ "\$DO_PASSWD" = yes ] && {
# Use uid of 67 if possible
- if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDGID'\$' >/dev/null
+ if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null
then
:
else
OpenPOWER on IntegriCloud