summaryrefslogtreecommitdiffstats
path: root/misc-scripts
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-05-29 23:07:01 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2008-05-29 23:07:01 +0200
commit9b8a23b0e260dfa54deb2183866a83f8e486ff18 (patch)
tree88a148623090a3c809d997e6e2af871fb1db02a2 /misc-scripts
parent9dd4897c4cc8ece483b38a51f9cc9a27cda4d185 (diff)
downloaddbscripts-9b8a23b0e260dfa54deb2183866a83f8e486ff18.tar.gz
dbscripts-9b8a23b0e260dfa54deb2183866a83f8e486ff18.tar.xz
Remove unused code from make-sourceball
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts')
-rwxr-xr-xmisc-scripts/make-sourceball6
1 files changed, 0 insertions, 6 deletions
diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball
index 5a3db6b..71bb405 100755
--- a/misc-scripts/make-sourceball
+++ b/misc-scripts/make-sourceball
@@ -39,12 +39,6 @@ die() {
cleanup 1
}
-##### Copied from makepkg #####
-
-strip_url() {
- echo "$1" | sed 's|^.*://.*/||g'
-}
-
create_srcpackage() {
if [ -d "$1" ]; then
pushd "$1" >/dev/null