Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gamorosino committed Feb 3, 2022
1 parent 7441af6 commit 249e194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outputdir=$2 #./'DBB_test'

if [ $# -lt 2 ]; then
echo $0: "usage: "$( basename $0 )" <download_dir.ext> <outputdir>"
return 1;
exit 1;
fi

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion run_test_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ outputdir=$2 #./'DBB_test'

if [ $# -lt 2 ]; then
echo $0: "usage: "$( basename $0 )" <download_dir.ext> <output_dir>"
return 1;
exit 1;
fi

########################################################################
Expand Down

0 comments on commit 249e194

Please sign in to comment.