diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-05-17 12:18:06 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-05-17 12:18:06 +0200 |
commit | 6a41935a6f3998cd96b8e3500dc5bbdc67508c0f (patch) | |
tree | 7a844fd3e8795320a14714c60d44adb96cbcf5dd /debian | |
parent | 02a50fb2174994d24e9c707f0fc0378e760d1483 (diff) |
Remove restauration of #!/bin/sh in t_client.sh
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 33727ec..6628bae 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ override_dh_auto_configure: override_dh_auto_build: dh_auto_build # The one shipped in the tarball gets rebuild (chaging /bin/sh in some cases) - sed -i -e '1s%.*%#!/bin/sh%' tests/t_client.sh + #sed -i -e '1s%.*%#!/bin/sh%' tests/t_client.sh # make plugins # $(MAKE) -C plugin/auth-pam/ $(shell dpkg-buildflags --export=configure) # $(MAKE) -C plugin/down-root/ $(shell dpkg-buildflags --export=configure) |