mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make, scripts: Add more scripts from ytools/devutil/scripts
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
05f72596dd
commit
e4ea74dadc
5 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ def remove_duplicates(seq):
|
|||
return [x for x in seq if not (x in seen or seen_add(x))]
|
||||
|
||||
def get_os(args = ""):
|
||||
for d in [ projs_root + '/jw-build/devutil/scripts', '/opt/jw-build/bin' ]:
|
||||
for d in [ projs_root + '/jw-build/scripts', '/opt/jw-build/bin' ]:
|
||||
script = d + '/get_os.sh'
|
||||
if isfile(script):
|
||||
cmd = '/bin/bash ' + script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue