Skip to content

Commit

Permalink
Revert "Added unit to ask whether they want to build perl with taint …
Browse files Browse the repository at this point in the history
…support"

This reverts commit fc6cc86.
  • Loading branch information
Tux committed Aug 25, 2022
1 parent 5d8a100 commit e7aac07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
10 changes: 2 additions & 8 deletions U/installdirs/bin.U
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
?RCS:
?MAKE:bin binexp installbin userelocatableinc initialinstalllocation: \
Myread Prefixit Getfile Setvar Setprefixvar Oldconfig \
test prefix prefixexp taint_support
test prefix prefixexp
?MAKE: -pick add $@ %<
?Y:TOP
?D:bin=''
Expand Down Expand Up @@ -113,13 +113,7 @@ cat <<EOM
Would you like to build Perl so that the installation is relocatable, so that
library paths in @INC are determined relative to the path of the perl binary?
This is not advised for system Perl installs, or if you need to run setid
EOM
if test "X$taint_support" = "X$define"; then
echo "scripts or scripts under taint mode." >&4
else
echo "scripts." >&4
fi
cat <<EOM
scripts or scripts under taint mode.

If this doesn't make any sense to you, just accept the default '$dflt'.
EOM
Expand Down
53 changes: 0 additions & 53 deletions U/perl/taint_support.U

This file was deleted.

0 comments on commit e7aac07

Please sign in to comment.