avoided_flags="$avoided_flags --avoid=$module"
done
-"$gnulib_srcdir"/gnulib-tool --dir="$src" "$GNULIB_TOOL_FLAGS" \
- "$avoided_flags" "$GNULIB_MODULES" &&
+"$gnulib_srcdir"/gnulib-tool --dir="$src" $GNULIB_TOOL_FLAGS \
+ $avoided_flags $GNULIB_MODULES &&
rm -- "$src"lib/gl_openssl.h "$src"m4/fcntl-o.m4 \
"$src"m4/gl-openssl.m4 \
"$src"m4/gnulib-cache.m4 "$src"m4/gnulib-tool.m4 \
# . They are GMP files, maintained by the GMP project, with their own dates.
# . Their format cannot withstand changing the contents of copyright strings.
-updatable_files=$(find "$repo_files" \
+updatable_files=$(find $repo_files \
! -name COPYING \
! -name doclicense.texi \
! -name gpl.texi \
! -name 'mini-gmp.[ch]' \
-print) &&
-build-aux/update-copyright "$updatable_files"
+build-aux/update-copyright $updatable_files
else
git ls-files | grep -v '^test' >$manifest
fi || exit
- printf '%s\n' "$possibly_non_vc_files" "$info_files" >>$manifest || exit
+ printf '%s\n' $possibly_non_vc_files $info_files >>$manifest || exit
sort -u -o $manifest $manifest || exit
fi
s,^,'$tempdir'/,
'
tempsubdirs=$(sed "$MANIFEST_subdir_sed" $manifest | sort -u)
-$mkdir_verbose -p "$tempsubdirs" || exit
+$mkdir_verbose -p $tempsubdirs || exit
echo "Making links to files"
while read file; do
(cd $tempparent &&
case $default_gzip in
- cat) tar "$taropt" -cf - $emacsname;;
- *) if tar "$taropt" -cf /dev/null --use-compress-program="$default_gzip" \
+ cat) tar $taropt -cf - $emacsname;;
+ *) if tar $taropt -cf /dev/null --use-compress-program="$default_gzip" \
$emacsname/src/lisp.h > /dev/null 2>&1
then
- tar "$taropt" -cf - --use-compress-program="$default_gzip" $emacsname
+ tar $taropt -cf - --use-compress-program="$default_gzip" $emacsname
else
- tar "$taropt" -cf $emacsname.tar $emacsname &&
+ tar $taropt -cf $emacsname.tar $emacsname &&
$default_gzip <$emacsname.tar
fi;;
esac