Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure.cpanel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

export PATH=/usr/local/cpanel/3rdparty/perl/540/bin/:$PATH
export PATH=/usr/local/cpanel/3rdparty/perl/542/bin/:$PATH

#set -e
LOG=/tmp/log.bc.configure
Expand Down
2 changes: 1 addition & 1 deletion setup.cpanel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ARG="$1" # --debug
PERL=$(which perl)
BINPERL="/usr/local/cpanel/3rdparty/perl/540/bin"
BINPERL="/usr/local/cpanel/3rdparty/perl/542/bin"

if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then
echo "You need to source that file: 'source $0'"
Expand Down
Loading