Skip to content

Commit

Permalink
use perlbrew in mac releaser (the default perlbrew perl !!!)
Browse files Browse the repository at this point in the history
  • Loading branch information
matyaskopp committed Sep 30, 2024
1 parent ff103fc commit 8fddd1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin/mac_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ SIGNATURE=$1
. env.sh

ssh $MAC_RELEASER <<EOF
# . ~/.bash_profile
# echo "======== perl version"
# perlbrew info
# echo "========"
. ~/perl5/perlbrew/etc/bashrc
echo "======== perl version"
perlbrew info
echo "========"
cd ${MAC_GIT_DIR}/osx_install/scripts && ./make-release.sh $SIGNATURE
EOF

0 comments on commit 8fddd1c

Please sign in to comment.