From: Travis Cross Date: Thu, 8 May 2014 21:19:44 +0000 (+0000) Subject: Fix whitespace X-Git-Tag: v1.5.12~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f2745ad7a3900be7d21ec72ecef8cffd5cb1ec2;p=thirdparty%2Ffreeswitch.git Fix whitespace --- diff --git a/Makefile.am b/Makefile.am index a839c86cd8..3041028b51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ DEFAULT_SOUNDS=en-us-callie-8000 sounds_version=`grep $$base_sound_dir $(switch_srcdir)/build/sounds_version.txt | cut -d ' ' -f2`;\ soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$moh_version.tar.gz`; \ echo $$full_sound_dir | grep music >/dev/null || soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$sounds_version.tar.gz`; \ - if [[ $@ != -l* ]] ; then \ + if [[ $@ != -l* ]] ; then \ if test "$$target_prefix" = "sounds"; then \ if test "$$target" = "install"; then \ $(GETSOUNDS) $$soundfile $(DESTDIR)$(soundsdir)/;\