index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Santiago Torres <santiago@archlinux.org> | 2019-03-11 21:18:16 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-19 12:07:15 +1000 |
commit | 226d2c124884c7318b7fb86c2e6bdf792eddd1a9 (patch) | |
tree | 151d9df3037ab499ff7771433b569657f2a83967 /build-aux/edit-script.sh.in | |
parent | bbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (diff) |
-rw-r--r-- | build-aux/edit-script.sh.in | 2 |
diff --git a/build-aux/edit-script.sh.in b/build-aux/edit-script.sh.in index a25218cb..d5495057 100644 --- a/build-aux/edit-script.sh.in +++ b/build-aux/edit-script.sh.in @@ -21,8 +21,6 @@ mode=$3 -e "s|@INODECMD[@]|@INODECMD@|g" \ -e "s|@SEDINPLACEFLAGS[@]|@SEDINPLACEFLAGS@|g" \ -e "s|@SEDPATH[@]|@SEDPATH@|g" \ - -e "s|@DUFLAGS[@]|@DUFLAGS@|g" \ - -e "s|@DUPATH[@]|@DUPATH@|g" \ -e "s|@configure_input[@]|Generated from ${input##*/}; do not edit by hand.|g" \ "$input" >"$output" |