We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version / Branch / tag 3.8.x, all
出了什么问题?(What Happened?) aix机器上默认没有bash解释器,执行作业的时候,如果作业中有全局变量,即使用户脚本申明的解释器为:#!/bin/ksh,封装脚本中依旧是:#!/bin/bash,执行失败。 用户脚本: wrapper脚本: 报错信息:
如何复现?(How to reproduce?)
预期结果(What you expect?) 能正常执行
The text was updated successfully, but these errors were encountered:
可以先判断下用户脚本有没有申明解释器,优先用户脚本申明的解释器,没有就默认使用/bin/bash
Sorry, something went wrong.
需求合理,可以改造下
liuliaozhong
No branches or pull requests
Version / Branch / tag
3.8.x, all
出了什么问题?(What Happened?)
aix机器上默认没有bash解释器,执行作业的时候,如果作业中有全局变量,即使用户脚本申明的解释器为:#!/bin/ksh,封装脚本中依旧是:#!/bin/bash,执行失败。
用户脚本:
wrapper脚本:
报错信息:
如何复现?(How to reproduce?)
预期结果(What you expect?)
能正常执行
The text was updated successfully, but these errors were encountered: