Skip to content

Commit

Permalink
Item11172: Perltidy
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@12730 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 7, 2011
1 parent adef356 commit 357540b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions BuildContrib/lib/Foswiki/Contrib/Build.pm
Expand Up @@ -1607,9 +1607,10 @@ sub target_archive {
. $target
. '.zip");' );

# SMELL: sys_action will auto quote any parameter containing a space. So the parameter
# and argument for group and user must be passed in as separate parameters.
$this->sys_action( 'tar', '--owner', '0', '--group', '0', '-czhpf', $project . '.tgz', '*' );
# SMELL: sys_action will auto quote any parameter containing a space. So the parameter
# and argument for group and user must be passed in as separate parameters.
$this->sys_action( 'tar', '--owner', '0', '--group', '0', '-czhpf',
$project . '.tgz', '*' );
$this->perl_action( 'File::Copy::move("'
. $project
. '.tgz", "'
Expand Down

0 comments on commit 357540b

Please sign in to comment.