aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/src/makealias
diff options
context:
space:
mode:
Diffstat (limited to 'fontconfig/src/makealias')
-rw-r--r--fontconfig/src/makealias2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/src/makealias b/fontconfig/src/makealias
index fca94d4a2..e2f31c621 100644
--- a/fontconfig/src/makealias
+++ b/fontconfig/src/makealias
@@ -17,7 +17,7 @@ while read name; do
hattr='__attribute((visibility("hidden")))'
echo "extern __typeof ($name) $alias $hattr;" >> $HEAD
echo "#define $name $alias" >> $HEAD
- ifdef=$(grep -l '^'$name'[ (]' "$SRCDIR"/*.c | sed -n 1p | sed -e 's/^.*\/\([^.]*\)\.c/__\1__/')
+ ifdef=`grep -l '^'$name'[ (]' "$SRCDIR"/*.c | sed -n 1p | sed -e 's/^.*\/\([^.]*\)\.c/__\1__/'`
if [ -z "$ifdef" ] ; then
echo "error: could not locate $name in src/*.c" 1>&2
exit 1