summaryrefslogtreecommitdiff
path: root/helpers/lh_source_debian
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_source_debian')
-rwxr-xr-xhelpers/lh_source_debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index fa7b109..bd515d7 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -94,7 +94,7 @@ rm -f chroot/root/dpkg-selection.txt
# Sort sources
for DSC in chroot/*.dsc
do
- SOURCE="$(sed -n 's|^Source: ||p' ${DSC})"
+ SOURCE="$(sed -n 's|^Source: ||p' ${DSC})"
case "${SOURCE}" in
lib?*)