Skip to content

Commit c7f8c5c

Browse files
committed
Update template of dispatcher script.
1 parent 32c77bd commit c7f8c5c

File tree

1 file changed

+0
-1
lines changed
  • src/main/resources/archetype-resources/bin

1 file changed

+0
-1
lines changed

src/main/resources/archetype-resources/bin/dispatcher

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ args=""
3232
# Loop through each argument
3333
for arg; do
3434
# Extract the first two characters of the argument
35-
# str=${arg:0:2}
3635
str=$(echo "$arg" | awk '{ string=substr($0, 0, 2); print string; }' )
3736

3837
# Check if it starts with '-D' or '-X'

0 commit comments

Comments
 (0)