summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2013-05-17 12:18:06 +0200
committerAlberto Gonzalez Iniesta <agi@inittab.org>2013-05-17 12:18:06 +0200
commit6a41935a6f3998cd96b8e3500dc5bbdc67508c0f (patch)
tree7a844fd3e8795320a14714c60d44adb96cbcf5dd
parent02a50fb2174994d24e9c707f0fc0378e760d1483 (diff)
Remove restauration of #!/bin/sh in t_client.sh
-rwxr-xr-xdebian/rules2
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)