From ce51d919bacc5a47a43c586aa5dadfa90d2494cd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 12 May 2013 01:47:17 -0400 Subject: rm jh-mksource* jh-mksource is now superfluous with makepkg 4.1 and librefetch --- jh-mksource.help.txt | 2 -- jh-mksource.sh | 15 --------------- 2 files changed, 17 deletions(-) delete mode 100644 jh-mksource.help.txt delete mode 100644 jh-mksource.sh diff --git a/jh-mksource.help.txt b/jh-mksource.help.txt deleted file mode 100644 index dba0cc1..0000000 --- a/jh-mksource.help.txt +++ /dev/null @@ -1,2 +0,0 @@ -Usage: eval `@cmd@ mksource [ignore-file-list...]` -Prints shell code that 1) runs mksource() 2) runs `@cmd@ checksource` diff --git a/jh-mksource.sh b/jh-mksource.sh deleted file mode 100644 index 31e40c7..0000000 --- a/jh-mksource.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -quote () { - local quoted=${1//\'/\'\\\'\'}; - printf "'%s'" "$quoted" -} - -quote_args() { - for arg in "$@"; do - quote "$arg" - printf ' ' - done -} - -echo "type mksource &>/dev/null && mksource; jh checksource $(quote_args "$@")" -- cgit v1.2.2