diff options
Diffstat (limited to 'lib/package')
-rw-r--r-- | lib/package/2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/package/2.sh b/lib/package/2.sh index 25c4865..4246307 100644 --- a/lib/package/2.sh +++ b/lib/package/2.sh @@ -17,8 +17,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -[ -n "${_OB_PACKAGE_2_SM}" ] && return 0 -_OB_PACKAGE_2_SM='true' +[ x"${_OB_PACKAGE_2_SM+set}" = x'set' ] && return 0 +_OB_PACKAGE_2_SM=1 ob_use control ob_use changelog |