summaryrefslogtreecommitdiff
path: root/src/devtools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-05 02:36:52 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-05 18:08:47 -0400
commit626705238075a1aceca518e4d464b5df6458750f (patch)
tree74d8d67eea8d4311de5f45f29ff2a26acb6bb3a2 /src/devtools
parent739f574f08814694c1b85d72ae8964bc0f0bdf97 (diff)
quote calls to librelib
Diffstat (limited to 'src/devtools')
-rw-r--r--src/devtools/checkpkg.patch2
-rw-r--r--src/devtools/find-libdeps.patch2
-rw-r--r--src/devtools/finddeps.patch2
-rw-r--r--src/devtools/lddd.patch2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/devtools/checkpkg.patch b/src/devtools/checkpkg.patch
index 2e3bb63..5cfb794 100644
--- a/src/devtools/checkpkg.patch
+++ b/src/devtools/checkpkg.patch
@@ -7,7 +7,7 @@
shopt -s extglob
-m4_include(lib/common.sh)
-+. $(librelib messages)
++. "$(librelib messages)"
+
+usage() {
+ print 'Usage: %s [-h]' "${0##*/}"
diff --git a/src/devtools/find-libdeps.patch b/src/devtools/find-libdeps.patch
index fe8e2fe..1bcffc9 100644
--- a/src/devtools/find-libdeps.patch
+++ b/src/devtools/find-libdeps.patch
@@ -5,7 +5,7 @@
+# License: Unspecified
-m4_include(lib/common.sh)
-+. $(librelib messages)
++. "$(librelib messages)"
set -e
shopt -s extglob
diff --git a/src/devtools/finddeps.patch b/src/devtools/finddeps.patch
index feae920..caf2121 100644
--- a/src/devtools/finddeps.patch
+++ b/src/devtools/finddeps.patch
@@ -7,7 +7,7 @@
+# License: Unspecified
-m4_include(lib/common.sh)
-+. $(librelib messages)
++. "$(librelib messages)"
match=$1
diff --git a/src/devtools/lddd.patch b/src/devtools/lddd.patch
index 415b178..6383aa4 100644
--- a/src/devtools/lddd.patch
+++ b/src/devtools/lddd.patch
@@ -7,7 +7,7 @@
+# License: Unspecified
-m4_include(lib/common.sh)
-+. $(librelib messages)
++. "$(librelib messages)"
+
+usage() {
+ print "Usage: %s [-h]" "${0##*/}"