From baed7bd5a74557cca8b9375deeb9ea7e400c60ec Mon Sep 17 00:00:00 2001 From: kb Date: Wed, 30 May 2012 07:15:38 +0200 Subject: Fix typo in temporary filename The configure script uses the bash $"..." string internationalization syntax; this generates an error in other shells. Since this feature is only used in one place it is likely a typo. Change-Id: I076a785c3901b04175b8669e32c55989385720e3 Reviewed-by: Oswald Buddenhagen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c8f615888c..8f135d3774 100755 --- a/configure +++ b/configure @@ -5743,7 +5743,7 @@ if [ -n "$PKG_CONFIG_SYSROOT_DIR" ] || [ -n "$PKG_CONFIG_LIBDIR" ]; then echo "# pkgconfig" >> "$QTCONFIG.tmp" echo "PKG_CONFIG_SYSROOT_DIR = $PKG_CONFIG_SYSROOT_DIR" >> "$QTCONFIG.tmp" echo "PKG_CONFIG_LIBDIR = $PKG_CONFIG_LIBDIR" >> "$QTCONFIG.tmp" - echo >> $"$QTCONFIG.tmp" + echo >> "$QTCONFIG.tmp" fi if [ -n "$CFG_SYSROOT" ]; then -- cgit v1.2.3