Skip to content

Commit da49c05

Browse files
committed
test
1 parent 7fc5dd4 commit da49c05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SPC/builder/unix/library/krb5.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ protected function build(): void
1313
{
1414
$origin_source_dir = $this->source_dir;
1515
$this->source_dir .= '/src';
16+
shell()->cd($this->source_dir)->exec('ls -lah');
1617
if (!file_exists($this->source_dir . '/configure')) {
1718
shell()->cd($this->source_dir)->exec('autoreconf -if');
1819
}

0 commit comments

Comments
 (0)