summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 17:09:48 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 17:09:48 -0400
commit634f61cc8b4e096853c61686ccd535fbd45e9158 (patch)
tree4ae8a66a20c911522114d6026d213fbc266ff173
parented29df6355d6b1871aa60fec63c929ffe81fe62d (diff)
oops
l---------modules/blobs/.#get.f.sh1
-rw-r--r--modules/blobs/commit.d.sh2
-rw-r--r--modules/blobs/commit.f.sh2
-rw-r--r--modules/blobs/commit.sh2
-rw-r--r--modules/blobs/get.d.sh2
-rw-r--r--modules/blobs/get.f.sh4
-rw-r--r--modules/blobs/get.sh2
-rw-r--r--modules/blobs/ls.sh4
-rw-r--r--modules/blobs/print.sh2
-rw-r--r--modules/blobs/tree.sh2
10 files changed, 10 insertions, 13 deletions
diff --git a/modules/blobs/.#get.f.sh b/modules/blobs/.#get.f.sh
deleted file mode 120000
index c2c97da..0000000
--- a/modules/blobs/.#get.f.sh
+++ /dev/null
@@ -1 +0,0 @@
-luke@build64-par.lan.670:1436421582 \ No newline at end of file
diff --git a/modules/blobs/commit.d.sh b/modules/blobs/commit.d.sh
index 620a88f..7fcdd7e 100644
--- a/modules/blobs/commit.d.sh
+++ b/modules/blobs/commit.d.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# rvs blobs/commit.d - add a directory to the repository
-# Copyright (C) 2009-2010, 2015 Luke Shumaker
+# Copyright (C) 2009-2010, 2015-2016 Luke Shumaker
#
# This file is part of rvs.
#
diff --git a/modules/blobs/commit.f.sh b/modules/blobs/commit.f.sh
index 8a97c2a..098be9d 100644
--- a/modules/blobs/commit.f.sh
+++ b/modules/blobs/commit.f.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# rvs blobs/commit.f - add a plain file to the repository
-# Copyright (C) 2009-2010, 2015 Luke Shumaker
+# Copyright (C) 2009-2010, 2015-2016 Luke Shumaker
#
# This file is part of rvs.
#
diff --git a/modules/blobs/commit.sh b/modules/blobs/commit.sh
index e23af27..01bc338 100644
--- a/modules/blobs/commit.sh
+++ b/modules/blobs/commit.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# rvs blobs/commit - add a file to the repository
-# Copyright (C) 2009-2010, 2015 Luke Shumaker
+# Copyright (C) 2009-2010, 2015-2016 Luke Shumaker
#
# This file is part of rvs.
#
diff --git a/modules/blobs/get.d.sh b/modules/blobs/get.d.sh
index 989dbe8..e67a267 100644
--- a/modules/blobs/get.d.sh
+++ b/modules/blobs/get.d.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# rvs blobs/get.d - get a directory from the repository
-# Copyright (C) 2009-2010, 2015 Luke Shumaker
+# Copyright (C) 2009-2010, 2015-2016 Luke Shumaker
#
# This file is part of rvs.
#
diff --git a/modules/blobs/get.f.sh b/modules/blobs/get.f.sh
index 02185a6..08aca97 100644
--- a/modules/blobs/get.f.sh
+++ b/modules/blobs/get.f.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# rvs blobs/get.f - get a plain file from the repository
-# Copyright (C) 2009-2010, 2015 Luke Shumaker
+# Copyright (C) 2009-2010, 2015-2016 Luke Shumaker
#
# This file is part of rvs.
#
@@ -19,8 +19,6 @@
. "${0%/*}/_stdio.sh"
-. "$LIBDIR/@ID@/stdio"
-
usage="FILENAME ID"
[[ $# -eq 2 ]] || errusage
name=$1
diff --git a/modules/blobs/get.sh b/modules/blobs/get.sh
index 4be2732..b4cc6ff 100644
--- a/modules/blobs/get.sh
+++ b/modules/blobs/get.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# rvs blobs/get - get a file from the repository
-# Copyright (C) 2009-2010, 2015 Luke Shumaker
+# Copyright (C) 2009-2010, 2015-2016 Luke Shumaker
#
# This file is part of rvs.
#
diff --git a/modules/blobs/ls.sh b/modules/blobs/ls.sh
index 1c4d620..76b6743 100644
--- a/modules/blobs/ls.sh
+++ b/modules/blobs/ls.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='ls'
ver=0.1
-# Copyright (C) 2010 Luke Shumaker
+# Copyright (C) 2010, 2016 Luke Shumaker
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -17,7 +17,7 @@ ver=0.1
# along with this program; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
-. "$LIBDIR/@ID@/stdio"
+. "${0%/*}/_stdio.sh"
usage="DIR_ID [FORMAT]"
id="`getvar "$1"`"
diff --git a/modules/blobs/print.sh b/modules/blobs/print.sh
index 0e23adc..dbc5fb8 100644
--- a/modules/blobs/print.sh
+++ b/modules/blobs/print.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# rvs files/print - ???
-# Copyright (C) 2010, 2015 Luke Shumaker
+# Copyright (C) 2009-2010, 2015-2016 Luke Shumaker
#
# This file is part of rvs.
#
diff --git a/modules/blobs/tree.sh b/modules/blobs/tree.sh
index 80202ea..a13b320 100644
--- a/modules/blobs/tree.sh
+++ b/modules/blobs/tree.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='tree'
ver=0.1
-# Copyright (C) 2010 Luke Shumaker
+# Copyright (C) 2010, 2016 Luke Shumaker
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as