Skip to content

Commit

Permalink
fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiguchi-nagisa committed Jul 1, 2024
1 parent bc97a7a commit a81034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/gen_corpus.ds
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cp $CONFIG_HOME/arshrc $dir/rcfile_arshrc
# copy tools/scrips
let scripts = "$SCRIPT_DIR/../scripts"
echo copy scripts from $scripts
for $d in @($scripts/*.ds) {
for $d in @($scripts/*.ds $scripts/*.arsh) {
cp $d $dir/scripts_${$d.basename()}
}

Expand Down

0 comments on commit a81034f

Please sign in to comment.