summaryrefslogtreecommitdiff
path: root/scripts/ac_build_iraf_pkg
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2017-07-20 13:18:37 -0400
committerJames Turner <jturner@gemini.edu>2017-07-20 13:18:37 -0400
commit21a0c50667f952720d2300d111a3d68eeecf209c (patch)
tree658f3a09e7e01a03d45e71b6dbaacfd18c42714f /scripts/ac_build_iraf_pkg
parent55f6f472a9e7dc4099d6a3ae3e2ae6daa2834c81 (diff)
downloadastroconda-iraf-helpers-21a0c50667f952720d2300d111a3d68eeecf209c.tar.gz
Correct a horrible typo in the last commit (blaming jet lag).
Diffstat (limited to 'scripts/ac_build_iraf_pkg')
-rwxr-xr-xscripts/ac_build_iraf_pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg
index bff8017..8440d16 100755
--- a/scripts/ac_build_iraf_pkg
+++ b/scripts/ac_build_iraf_pkg
@@ -98,7 +98,7 @@ if [ ! -e bin ]; then
fi
# Remove any old libs that might cause linking complications (& links to them):
-find . \( -name ".a" -o -name "*.o" \) -exec rm -f {} \;
+find . \( -name "*.a" -o -name "*.o" \) -exec rm -f {} \;
# Enable compilation with debugging symbols (from the STScI IRAF "make_all";
# avoiding trailing space, which gcc fails on as a non-existent filename!):