Skip to content

Commit

Permalink
Update unpack.bash
Browse files Browse the repository at this point in the history
Removed extra character in one of the file's name. Would prevent unpacking otherwise.
  • Loading branch information
thurinj committed Apr 5, 2024
1 parent 36e859d commit a363b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/examples/unpack.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd $(dirname ${BASH_SOURCE[0]})
wd=$PWD

for filename in \
20090407201255351.tgz 20210809074550.tgz 20SPECFEM3D_SGT.tgz SPECFEM3D_SAC.tgz;
20090407201255351.tgz 20210809074550.tgz SPECFEM3D_SGT.tgz SPECFEM3D_SAC.tgz;
do
cd $wd
cd $(dirname $filename)
Expand Down

0 comments on commit a363b70

Please sign in to comment.