aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-28 13:29:51 +0000
committermerakor <cem@ckyln.com>2020-05-28 13:29:51 +0000
commit49e9e8e25c39db4f70eabd795d9f8dbcc08983f3 (patch)
treefe3eda23ebcc0eb9f2528419ecaef43c466989dd
parentd869ba215e1a531f19c3231023a3197a362ea63e (diff)
downloadcpt-49e9e8e25c39db4f70eabd795d9f8dbcc08983f3.tar.gz
kiss: no need to silence stderr on command
FossilOrigin-Name: ecbdec045330d74929269543b655d9b798c1bbac85a945f065866d7d66c0abbc
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss b/kiss
index e2d3bcf..1456fbf 100755
--- a/kiss
+++ b/kiss
@@ -235,7 +235,7 @@ pkg_sources() {
# Since git is an optional dependency, make sure
# it is available on the system.
- command -v git >/dev/null 2>&1 ||
+ command -v git >/dev/null ||
die "git must be installed in order to acquire ${src##git+}"
mkdir -p "$mak_dir/$1/$dest"