Commit 162cb479 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov Committed by Pavel Emelyanov

x86/syscalls-x86-64.sh: fix bashisms

syscalls-x86-64.sh: 3: syscalls-x86-64.sh: Syntax error: "(" unexpected
Signed-off-by: 's avatarKonstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 81f7f703
#!/bin/sh
function gen_asm() {
gen_asm() {
in=$1
codesout=$2
protosout=$3
......@@ -33,7 +33,7 @@ function gen_asm() {
echo "#endif /* $protosdef */" >> $protosout
}
function gen_exec() {
gen_exec() {
in=$1
codecout=$2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment