Commit aeaf6244 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common.sh: fix args in add_bin_exec_command

parent 157508f8
......@@ -68,7 +68,7 @@ add_bin_exec_command()
mkdir -p $BUILDROOT/usr/bin/
cat <<EOF > $BUILDROOT/usr/bin/$name
#!/bin/sh
exec $target \"\$@\"
exec $target "\$@"
EOF
chmod 0755 $BUILDROOT/usr/bin/$name
pack_file /usr/bin/$name
......
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