提交 7ac881fb authored 作者: William King's avatar William King

FS-8271 fixing bash typo

上级 9b33b053
...@@ -293,10 +293,10 @@ build_debs () { ...@@ -293,10 +293,10 @@ build_debs () {
# Caller has explicitly set the custom sources file to empty string. They must intend to not use additional mirrors. # Caller has explicitly set the custom sources file to empty string. They must intend to not use additional mirrors.
use_custom_sources=false use_custom_sources=false
fi fi
if [ "$custom_source_file" == "/tmp/fs.sources.list" && ! -e "/tmp/fs.sources.list" ]; then if [[ "$custom_source_file" == "/tmp/fs.sources.list" && ! -e "/tmp/fs.sources.list" ]]; then
echo "deb http://files.freeswitch.org/repo/deb/debian/ jessie main" >> "/tmp/fs.sources.list" echo "deb http://files.freeswitch.org/repo/deb/debian/ jessie main" >> "/tmp/fs.sources.list"
fi fi
if [ "$custom_keyring" == "/tmp/fs.asc" && ! -r "/tmp/fs.asc" ]; then if [[ "$custom_keyring" == "/tmp/fs.asc" && ! -r "/tmp/fs.asc" ]]; then
cat << EOF > "/tmp/fs.asc" cat << EOF > "/tmp/fs.asc"
-----BEGIN PGP PUBLIC KEY BLOCK----- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.12 (GNU/Linux) Version: GnuPG v1.4.12 (GNU/Linux)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论