提交 c8560231 authored 作者: Travis Cross's avatar Travis Cross

Fix missing $ for escaping shell variables for make

上级 e49feac7
...@@ -45,7 +45,7 @@ DEFAULT_SOUNDS=en-us-callie-8000 ...@@ -45,7 +45,7 @@ DEFAULT_SOUNDS=en-us-callie-8000
sounds_version=`grep $$base_sound_dir $(switch_srcdir)/build/sounds_version.txt | cut -d ' ' -f2`;\ 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`; \ 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`; \ echo $$full_sound_dir | grep music >/dev/null || soundfile=`echo freeswitch-sounds-$$full_sound_dir-$$sounds_version.tar.gz`; \
args="$@"; if test -z "$$args" || test "$${args#-l*}" = "$args"; then \ args="$@"; if test -z "$$args" || test "$${args#-l*}" = "$$args"; then \
if test "$$target_prefix" = "sounds"; then \ if test "$$target_prefix" = "sounds"; then \
if test "$$target" = "install"; then \ if test "$$target" = "install"; then \
$(GETSOUNDS) $$soundfile $(DESTDIR)$(soundsdir)/;\ $(GETSOUNDS) $$soundfile $(DESTDIR)$(soundsdir)/;\
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论