mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-20 17:59:38 +00:00
Remove @ from wrapper
This commit is contained in:
parent
6af7bae418
commit
08553a447e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function create_wrappers() {
|
|||
|
||||
JUNEST_ARGS=\${JUNEST_ARGS:-ns --fakeroot}
|
||||
|
||||
eval junest \${JUNEST_ARGS[@]} -- ${file} "\$@"
|
||||
eval junest \${JUNEST_ARGS} -- ${file} "\$@"
|
||||
EOF
|
||||
chmod +x ${JUNEST_HOME}/usr/bin_wrappers/${file}
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue