We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffa6ce6 + a4491c9 commit bb5f64eCopy full SHA for bb5f64e
configure.ac
@@ -22,7 +22,7 @@
22
AC_PREREQ([2.63])
23
AC_INIT(
24
[FRE NCTools],
25
- [2024.05],
+ [2024.05.02],
26
[https://github.com/NOAA-GFDL/FRE-NCtools/issues],
27
[fre-nctools],
28
[https://github.com/NOAA-GFDL/FRE-NCtools])
src/split_ncvars/split_ncvars.pl.in
@@ -125,7 +125,7 @@ my $ncatted
125
my $list_ncvars
126
= defined( $ENV{LIST_NCVARS} )
127
? $ENV{LIST_NCVARS}
128
- : "$prefix/list_ncvars.sh";
+ : "$prefix/bin/list_ncvars.sh";
129
130
my $ncdump
131
= defined( $ENV{NCDUMP} )
0 commit comments