comparison bin/fpkg @ 97:1ff0d190b2eb

Optimized SKIPSIGN: remove one dash
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 12 Sep 2019 09:36:30 +0200
parents 252223b1cff6
children 0dd831416b0e
comparison
equal deleted inserted replaced
96:252223b1cff6 97:1ff0d190b2eb
66 66
67 : ${AUDIT_FLAGS:=-Fr} 67 : ${AUDIT_FLAGS:=-Fr}
68 : ${UPDATE_FLAGS:=} 68 : ${UPDATE_FLAGS:=}
69 : ${UPGRADE_FLAGS:=} 69 : ${UPGRADE_FLAGS:=}
70 : ${SIGN:='===> '} 70 : ${SIGN:='===> '}
71 : ${SKIPSIGN:='-----> '} 71 : ${SKIPSIGN:='----> '}
72 72
73 73
74 has_same_userland_version() { 74 has_same_userland_version() {
75 : 'Check whether the jail `_jail` has the same FreeBSD userland version 75 : 'Check whether the jail `_jail` has the same FreeBSD userland version
76 as the host the the current process runs. 76 as the host the the current process runs.