diff options
author | Guillem Jover <guillem@debian.org> | 2016-10-09 17:37:23 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-10-29 16:02:51 +0200 |
commit | 618fdf4242eae14949d0896e98dce20d3f2a0ceb (patch) | |
tree | afb880ae07704b1c1d91943e942f94df11b6c411 /dselect/methods | |
parent | 734dfd60d4cc60b3ed30bb242cf200e493cf7625 (diff) | |
download | dpkg-618fdf4242eae14949d0896e98dce20d3f2a0ceb.tar.gz |
build: Use two space indentation for shell code
Diffstat (limited to 'dselect/methods')
-rw-r--r-- | dselect/methods/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/methods/Makefile.am b/dselect/methods/Makefile.am index 5d2ae268b..5a0c97a46 100644 --- a/dselect/methods/Makefile.am +++ b/dselect/methods/Makefile.am @@ -47,8 +47,8 @@ CLEANFILES = \ $(nobase_methods_SCRIPTS) \ $(nil) -do_perl_subst = $(AM_V_GEN) \ - sed -e "s:^\#![[:space:]]*/usr/bin/perl:\#!$(PERL):" +do_perl_subst = $(AM_V_GEN) sed \ + -e "s:^\#![[:space:]]*/usr/bin/perl:\#!$(PERL):" SUFFIXES = .pl |