Skip to content

Commit

Permalink
Fixes portable output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Dec 5, 2023
1 parent 37d927d commit dbc506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/parse_arguments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ do
f) FILEPATH=$OPTARG;;
c) CONFIGPATH=$OPTARG;;
e) GRAPHJS_DIR=$OPTARG
GRAPHJS_DIR=$(realpath "$GRAPHJS_DIR")
mkdir -p $GRAPHJS_DIR && GRAPHJS_DIR="$(realpath $GRAPHJS_DIR)"
GRAPH_DIR="$GRAPHJS_DIR/graph"
NORM="$GRAPH_DIR/normalization.norm"
NORMALIZED="$GRAPHJS_DIR/normalized.js"
Expand Down

0 comments on commit dbc506d

Please sign in to comment.