mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
conf/jcs, make, scripts: Rename jw-build's get_os.sh to get-os.sh
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
763d18f350
commit
3961d47f07
7 changed files with 6 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ def remove_duplicates(seq):
|
|||
|
||||
def get_os(args = ""):
|
||||
for d in [ projs_root + '/jw-build/scripts', '/opt/jw-build/bin' ]:
|
||||
script = d + '/get_os.sh'
|
||||
script = d + '/get-os.sh'
|
||||
if isfile(script):
|
||||
cmd = '/bin/bash ' + script
|
||||
if args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue