mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 14:32:24 +00:00
Working on build system
This commit is contained in:
parent
0313c30307
commit
2ec543867b
1 changed files with 3 additions and 2 deletions
|
|
@ -8,8 +8,9 @@
|
||||||
|
|
||||||
if test "$1" = "sudo"; then sudo=sudo; else sudo=""; fi
|
if test "$1" = "sudo"; then sudo=sudo; else sudo=""; fi
|
||||||
|
|
||||||
echo Testing: \$1="$1", \$2="$2", \$3="$3", \$sudo="$sudo"
|
echo ""
|
||||||
exit
|
echo === build-oberon.sh: \$1="$1", \$2="$2", \$3="$3", \$sudo="$sudo" ===
|
||||||
|
echo """
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
cd $2
|
cd $2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue