Fix annoying display bugs
This commit is contained in:
parent
600210a78b
commit
5a6fa1fd68
|
@ -26,7 +26,7 @@ source scripts/functions.sh || exit 1
|
||||||
# Get arguments.
|
# Get arguments.
|
||||||
if [ $# -lt 3 ]
|
if [ $# -lt 3 ]
|
||||||
then
|
then
|
||||||
echo "Usage: scripts/module-create.sh <lang> <type> <name> [args]"
|
echo "Usage: scripts/module-create.sh <type> <lang> <name> [args]"
|
||||||
echo " available modules:"
|
echo " available modules:"
|
||||||
for i in scripts/build.*
|
for i in scripts/build.*
|
||||||
do
|
do
|
||||||
|
|
|
@ -57,10 +57,6 @@ cleanup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_cmd mkdir upgrade.tmp || cleanup
|
do_cmd mkdir upgrade.tmp || cleanup
|
||||||
echo "DEBUG START"
|
|
||||||
ls
|
|
||||||
ls upgrade.tmp
|
|
||||||
echo "DEBUG END"
|
|
||||||
do_cmd_redir /dev/null ${SCRIPT_ROOT}/create.sh ${PROJECT_ROOT}/upgrade.tmp ${P} || cleanup
|
do_cmd_redir /dev/null ${SCRIPT_ROOT}/create.sh ${PROJECT_ROOT}/upgrade.tmp ${P} || cleanup
|
||||||
for module in src/*
|
for module in src/*
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue