kopia lustrzana https://github.com/Hamlib/Hamlib
Fix echo command for embedded newline.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2854 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.11
rodzic
8df456a876
commit
7c43cd0da9
|
@ -81,7 +81,7 @@ if test -z "$our_lt_version" ; then
|
|||
elif test "$sys_lt_version" = "$our_lt_version"; then
|
||||
echo "I: system libtool $sys_lt_version == bundled libtool $our_lt_version; skipping libtoolize."
|
||||
else
|
||||
newer=`echo "$sys_lt_version\n$our_lt_version" | sort | tail -1`
|
||||
newer=`echo -e "$sys_lt_version\n$our_lt_version" | sort | tail -1`
|
||||
if test "$newer" = "$our_lt_version"; then
|
||||
echo "I: system libtool $sys_lt_version <= bundled libtool $our_lt_version; skipping libtoolize."
|
||||
else
|
||||
|
|
Ładowanie…
Reference in New Issue