Skip to content

Commit

Permalink
fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Oct 29, 2023
1 parent 88812f5 commit b4e78f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions genleaves.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ EOF
exit 2
fi

leave_param="${1}"
buildlex_param="${2}"
num="${3}"
echo $num
leave_param="$1"
buildlex_param="$2"
num="$3"
echo "$num"

kwg=""
for x in *.kwg; do
Expand Down

0 comments on commit b4e78f0

Please sign in to comment.