about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/capsule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index 956ac8c..ad6343f 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -11,7 +11,7 @@ cd $builddir
 
 source $HOME/perl5/perlbrew/etc/bashrc
 
-for perl in $HOME/perl5/perlbrew/perls/perl-5.12.*
+for perl in $HOME/perl5/perlbrew/perls/perl-5.*
 do
     theperl="$(basename $perl)"
     perlbrew switch $theperl