summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:34:25 +0000
committerjoey <joey>1999-08-17 04:34:25 +0000
commitd079e6683cfcbef6a979eb7a02780eebdf480a74 (patch)
tree7cd6ba28701185b0facf84b98b9f4f92f56a8c3a /dh_builddeb
parentdd838eee7e75da018b2722f0ce4dbccd9f6d1a5d (diff)
downloaddebhelper-d079e6683cfcbef6a979eb7a02780eebdf480a74.tar.gz
r12: Initial Import
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_builddeb b/dh_builddeb
index 7bea3c06..aea8a1b1 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -3,7 +3,7 @@
# Build the .deb package, assuming all the files are set up.
PATH=debian:$PATH:/usr/lib/debhelper
-source dh_lib
+. dh_lib
for PACKAGE in $DH_DOPACKAGES; do
TMP=`tmpdir $PACKAGE`