citrun

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

commit 0ac243be7e8c6aa564736bc7935bd018076b6113
parent e3042ae9bb51a5556c2044d60454dd3bc96c885e
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 14 Jun 2016 22:31:46 -0600

pkg: add quotes to error output

Diffstat:
Mpkg/pkg.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/pkg.sh b/pkg/pkg.sh @@ -10,7 +10,7 @@ if [ ! -d $uname_lc ]; then fi if [ "${1}" != "citrun" -a "${1}" != "ccitrunrun" ]; then - echo Error: package name must be "citrun" or "ccitrunrun" + echo Error: package name must be \'citrun\' or \'ccitrunrun\' exit 2; fi