Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 5e89a5c

Browse files
author
Vlastimil Holer
committed
M #: Fix arguments passing to onegate.rb
1 parent 7acde45 commit 5e89a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usr/bin/onegate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export HOME=/root
1010

1111
DIR=$(dirname $(readlink -f $0))
1212

13-
ruby $DIR/onegate.rb $*
13+
ruby $DIR/onegate.rb "$@"
1414

0 commit comments

Comments
 (0)