gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 53a9555: Copying of configuration files made m


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 53a9555: Copying of configuration files made more generic
Date: Tue, 13 Feb 2018 05:02:17 -0500 (EST)

branch: master
commit 53a955556cbde5ab5358c0f1dd386c68d8e05971
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Copying of configuration files made more generic
    
    To be more generic and less buggy, the copying of configuration files in
    `tests/prepconf.sh' know uses the `*' wildcard and doesn't specify the
    copied file name.
---
 tests/prepconf.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/prepconf.sh b/tests/prepconf.sh
index 5ba5887..0035607 100755
--- a/tests/prepconf.sh
+++ b/tests/prepconf.sh
@@ -64,6 +64,7 @@ rm addedoptions.txt
 
 
 
+
 # Bring utility configuration files
 # ---------------------------------
 #
@@ -71,8 +72,6 @@ rm addedoptions.txt
 # easy readability. Note that some programs may need to build their
 # configuration files during compilation. Hence, their configuration files
 # are in the build directory, not the source directory.
-
-# Source directory configuraion files:
 for prog in arithmetic buildprog convertt convolve cosmiccal crop fits \
             match mkcatalog mknoise mkprof noisechisel statistics table warp
 do
@@ -81,5 +80,5 @@ do
     else
         ctopdir=$topbuild
     fi
-    cp $ctopdir/bin/$prog/ast$prog.conf .gnuastro/ast$prog.conf
+    cp $ctopdir/bin/$prog/*.conf .gnuastro/
 done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]