We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c77bd commit c7f8c5cCopy full SHA for c7f8c5c
src/main/resources/archetype-resources/bin/dispatcher
@@ -32,7 +32,6 @@ args=""
32
# Loop through each argument
33
for arg; do
34
# Extract the first two characters of the argument
35
- # str=${arg:0:2}
36
str=$(echo "$arg" | awk '{ string=substr($0, 0, 2); print string; }' )
37
38
# Check if it starts with '-D' or '-X'
0 commit comments