Skip to content

Commit 6405773

Browse files
committed
Minor edit to script comments.
1 parent b3e644f commit 6405773

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scribble-dist/src/main/resources/scribblec.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515

1616

1717
##
18-
# Usage notes
18+
# Config notes:
1919
#
2020
# - ANTLR:
21-
# Assuming $DIR is the scribble-java root directory, set $ANTLR (below) to
22-
# the location of the ANTLR runtime jar or put the jar in: $DIR/$LIB
21+
# Set $ANTLR (below) to the location of the ANTLR 3 runtime jar,
22+
# or add the jar to $DIR/$LIB assuming $DIR is the scribble-java root directory.
2323
# (This script looks for ANTLR in those locations.)
2424
#
2525

2626

2727
# ANTLR 3 runtime location (if no lib jar)
2828
ANTLR=
2929
# e.g. '/cygdrive/c/Users/[User]/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar'
30-
# (i.e., the maven install location)
30+
# (i.e., the Maven install location)
3131

32-
DIR=`dirname "$0"` # Default
33-
#DIR=`dirname "$0"`/.. # (Cygwin: e.g., script is in $DIR/bin)
32+
DIR=`dirname "$0"` # Default (script is in scribble-java rootdir)
33+
#DIR=`dirname "$0"`/.. # (E.g., script is in rootdir/bin)
3434

3535
#PRG=`basename "$0"`
3636

0 commit comments

Comments
 (0)