Skip to content

Commit

Permalink
fix wrong smpe zwe install parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Jack (T.) Jia <[email protected]>
  • Loading branch information
jackjia-ibm committed Mar 7, 2022
1 parent b25175c commit 6a869b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smpe/bld/smpe-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ echo The extract $extract contains
ls -l $extract

opts=""
opts="$opts --hlq $mvsI" # target HLQ
opts="$opts --dataset-prefix $mvsI" # target HLQ
opts="$opts -vv" # trace level debug info
opts="$opts -l $log" # install log
_cmd $extract/$zweScript install $opts </dev/null
Expand Down

0 comments on commit 6a869b3

Please sign in to comment.