Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Fix itools to read parameters with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bague committed Feb 2, 2017
1 parent 52a5e37 commit e7b47f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/itools
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ installDir=${installBinDir%/*}

. $installDir/etc/itesla.conf

args=($@)
args=("$@")
for ((i=0; i<${#args[@]}; i++)); do
current=${args[i]}
next=${args[$((i+1))]}
Expand Down

0 comments on commit e7b47f4

Please sign in to comment.