Merge pull request #249 from nosolutions/master
use concatfragments.rb on AIX
This commit is contained in:
commit
fa5c1cfac3
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ class concat::setup {
|
|||
# this goes smoothly, we should move towards completely eliminating the .sh
|
||||
# version.
|
||||
$script_name = $::osfamily? {
|
||||
/(?i:(Windows|Solaris))/ => 'concatfragments.rb',
|
||||
default => 'concatfragments.sh'
|
||||
/(?i:(Windows|Solaris|AIX))/ => 'concatfragments.rb',
|
||||
default => 'concatfragments.sh'
|
||||
}
|
||||
|
||||
$script_path = "${concatdir}/bin/${script_name}"
|
||||
|
|
Loading…
Reference in a new issue