diff options
author | Surena Fatemi <surenaftm@gmail.com> | 2020-02-24 22:35:20 +0330 |
---|---|---|
committer | Surena Fatemi <surenaftm@gmail.com> | 2020-02-24 22:41:04 +0330 |
commit | 2f0417995da0c21c894a003af5804b3c732a34c3 (patch) | |
tree | b891a33a8e68bdeab391016652e725e115e777bd /reproduce/software/shell/configure.sh | |
parent | c54642a9d2cb63181814a0bfa76b55897cbc4801 (diff) |
MissFITS is now added to the template
MissFITS is package for manipulating FITS files.
I added it as my first commit to the project for educational
purposes.
Diffstat (limited to 'reproduce/software/shell/configure.sh')
-rwxr-xr-x | reproduce/software/shell/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/shell/configure.sh b/reproduce/software/shell/configure.sh index 7b3d939..ca95a92 100755 --- a/reproduce/software/shell/configure.sh +++ b/reproduce/software/shell/configure.sh @@ -1045,7 +1045,7 @@ fi -# inform the user that the build process is starting +# Inform the user that the build process is starting # ------------------------------------------------- if [ $printnotice = yes ]; then tsec=10 |