diff options
author | Fragstiller <30158742+Fragstiller@users.noreply.github.com> | 2022-01-21 14:30:51 +0300 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-01-22 00:31:57 +0330 |
commit | 07faa6f67037bbb28cb0500e978c6b7b223aaa45 (patch) | |
tree | 2b42eeb49327e9b696a775c17d5f4e2b598b935c /Ports/openssh/package.sh | |
parent | 673e81b90bb9b0a5fcc6abb2438b6cea7b01e808 (diff) | |
download | serenity-07faa6f67037bbb28cb0500e978c6b7b223aaa45.zip |
Ports: Remove redundant `ensure_new_config_sub` call
Diffstat (limited to 'Ports/openssh/package.sh')
-rwxr-xr-x | Ports/openssh/package.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/openssh/package.sh b/Ports/openssh/package.sh index a4ce82a251..0d9821a58f 100755 --- a/Ports/openssh/package.sh +++ b/Ports/openssh/package.sh @@ -12,7 +12,6 @@ configopts=("--prefix=/usr/local" "--disable-utmp" "--disable-strip" "--sysconfd export LDFLAGS="-lcrypt -lcore" pre_configure() { - ensure_new_config_sub run autoreconf } |