OILS / regtest / patches / xz / extglob.copy View on Github | oils.pub

12 lines, 11 significant
1--- /usr/bin/autopoint
2+++ /usr/bin/autopoint
3@@ -15,7 +15,7 @@
4 while read line
5 do
6 if [ "${line##*AC_CONFIG_AUX_DIR}" != "$line" ]; then
7- dirprefix="${line##*([}"
8+ dirprefix="${line##*'(['}"
9 dirprefix="${dirprefix%%])*}"
10 mkdir -p "${dirprefix}"
11 fi
12