git://git.onelab.eu
/
build.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add a -y option that gets passed to run_log - old -y renamed into -Y
[build.git]
/
getdistroname.sh
1
#!/bin/bash
2
3
. $(dirname $0)/build.common
4
5
echo $pl_DISTRO_NAME
6