POSIXificación
This commit is contained in:
parent
0eeb6e0045
commit
04b8577a76
1 changed files with 1 additions and 2 deletions
3
haini.sh
3
haini.sh
|
@ -1,9 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Fallar ante cualquier error
|
# Fallar ante cualquier error
|
||||||
set -e
|
set -e
|
||||||
set -E
|
|
||||||
|
|
||||||
DIR="`realpath $0 | xargs -r dirname`"
|
DIR="$(realpath "$0" | xargs -r dirname)"
|
||||||
|
|
||||||
# Por ahora sólo soportamos x86_64
|
# Por ahora sólo soportamos x86_64
|
||||||
uname -m | grep -q x86_64 || exit 1
|
uname -m | grep -q x86_64 || exit 1
|
||||||
|
|
Loading…
Reference in a new issue