aboutsummaryrefslogtreecommitdiff
path: root/repo/git
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-25 11:25:36 +0300
committerCem Keylan <cem@ckyln.com>2020-07-25 11:25:36 +0300
commit38e3bef4a6acd767f5664c773911f8a97fb3ca09 (patch)
treee23dc117c86e4a3a00cd3e28b538a79f0f6e69b5 /repo/git
parent47a3723632b82a0d3caf79dbe8ada1eae60dd976 (diff)
downloadcpt-extra-master.tar.gz
cpt-extra: change kiss commands to cpt commandsHEAD20200725master
Diffstat (limited to 'repo/git')
-rwxr-xr-xrepo/git/cpt-maintainer2
-rwxr-xr-xrepo/git/cpt-update2
2 files changed, 1 insertions, 3 deletions
diff --git a/repo/git/cpt-maintainer b/repo/git/cpt-maintainer
index 629a893..b9a315c 100755
--- a/repo/git/cpt-maintainer
+++ b/repo/git/cpt-maintainer
@@ -7,7 +7,7 @@
case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} <pkg>" ; exit 0 ; esac
-kiss s "$1" | while read -r repo; do cd "$repo"
+cpt-search "$1" | while read -r repo; do cd "$repo"
m=$(git log -1 version 2>/dev/null) ||:
m=${m##*Author: }
m=${m%%>*}
diff --git a/repo/git/cpt-update b/repo/git/cpt-update
deleted file mode 100755
index 13f4793..0000000
--- a/repo/git/cpt-update
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-