]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix whitespace
authorTravis Cross <tc@traviscross.com>
Thu, 8 May 2014 21:19:44 +0000 (21:19 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 8 May 2014 21:19:44 +0000 (21:19 +0000)
Makefile.am

index a839c86cd80368625a2a061343b91ba284c6cd6b..3041028b51206cd4b178bad6970da8fd16f99c8f 100644 (file)
@@ -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)/;\