diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-29 23:07:01 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-05-29 23:07:01 +0200 |
commit | 9b8a23b0e260dfa54deb2183866a83f8e486ff18 (patch) | |
tree | 88a148623090a3c809d997e6e2af871fb1db02a2 /misc-scripts | |
parent | 9dd4897c4cc8ece483b38a51f9cc9a27cda4d185 (diff) | |
download | dbscripts-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-x | misc-scripts/make-sourceball | 6 |
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 |