citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit bf50af211bf029a6c29dcd1134ee9b0689a27afd
parent c7ca89de37537a1e1f67b4db2d4af8ce1a33b279
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu,  4 Aug 2016 23:02:54 -0600

pkg: tighten

Diffstat:
Mpkg/pkg.sh | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pkg/pkg.sh b/pkg/pkg.sh @@ -1,13 +1,8 @@ -#!/bin/sh - -set -e -set -x +#!/bin/sh -ex # Single point of entry for building packages on all platforms. # -if [ "${1}" != "citrun" -a "${1}" != "ccitrunrun" ]; then - exit 2; -fi +[ "${1}" != "citrun" -a "${1}" != "ccitrunrun" ] && exit 2 ver="0.0" portname="${1}"