summary refs log tree commit diff
path: root/pkgs/tools/networking/dhcp
diff options
context:
space:
mode:
authorluc65r <lucas@ransan.tk>2020-10-26 15:19:52 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-28 08:43:32 +0100
commitf6fceb321b567b1e5a710c084e6fca2a6b4d5b04 (patch)
tree8f700a7cbf61fc9ac849b56344327cdb4aa9c4c1 /pkgs/tools/networking/dhcp
parente52f7881ef188ca308e904e8283dff27b10f3b61 (diff)
downloadnixpkgs-f6fceb321b567b1e5a710c084e6fca2a6b4d5b04.tar
nixpkgs-f6fceb321b567b1e5a710c084e6fca2a6b4d5b04.tar.gz
nixpkgs-f6fceb321b567b1e5a710c084e6fca2a6b4d5b04.tar.bz2
nixpkgs-f6fceb321b567b1e5a710c084e6fca2a6b4d5b04.tar.lz
nixpkgs-f6fceb321b567b1e5a710c084e6fca2a6b4d5b04.tar.xz
nixpkgs-f6fceb321b567b1e5a710c084e6fca2a6b4d5b04.tar.zst
nixpkgs-f6fceb321b567b1e5a710c084e6fca2a6b4d5b04.zip
Remove trailing whitespaces and fix indentation
Diffstat (limited to 'pkgs/tools/networking/dhcp')
-rw-r--r--pkgs/tools/networking/dhcp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/dhcp/default.nix b/pkgs/tools/networking/dhcp/default.nix
index f0d465a40e9..4a6eca89624 100644
--- a/pkgs/tools/networking/dhcp/default.nix
+++ b/pkgs/tools/networking/dhcp/default.nix
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
     ''
       substituteInPlace configure --replace "/usr/bin/file" "${file}/bin/file"
       sed -i "includes/dhcpd.h" \
-	-"es|^ *#define \+_PATH_DHCLIENT_SCRIPT.*$|#define _PATH_DHCLIENT_SCRIPT \"$out/sbin/dhclient-script\"|g"
+          -e "s|^ *#define \+_PATH_DHCLIENT_SCRIPT.*$|#define _PATH_DHCLIENT_SCRIPT \"$out/sbin/dhclient-script\"|g"
 
       export AR='${stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ar'
     '';