summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-m4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-m4.sh b/scripts/update-m4.sh
index df5cfec..d420c6c 100755
--- a/scripts/update-m4.sh
+++ b/scripts/update-m4.sh
@@ -11,7 +11,7 @@ for path in "$(dirname "${0}")/../m4/"*; do
ax_*.m4)
wget -O "${path}" "${sv_ax_m4_pfx}/${file}"
;;
- *)
+ gl_*.m4)
wget -O "${path}" "${sv_gl_m4_pfx}/${file}"
;;
esac