mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
better math expressions
git-svn-id: svn://localhost/ardour2/branches/3.0@8652 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
668266acb0
commit
70512f34e8
1 changed files with 2 additions and 2 deletions
|
|
@ -273,7 +273,7 @@ versionDir=`ls ${GTKROOT}/gtk-2.0/ | grep "[0-9]*\.[0-9]*\.[0-9]*"`
|
|||
|
||||
num=0
|
||||
for name in $versionDir ; do
|
||||
$num=$(($num + 1))
|
||||
num=$(($num + 1))
|
||||
done
|
||||
|
||||
if [ $num -eq 1 ]; then
|
||||
|
|
@ -307,7 +307,7 @@ versionDir=`ls ${PANGOROOT}/pango/ | grep "[0-9]*\.[0-9]*\.[0-9]*"`
|
|||
|
||||
num=0
|
||||
for name in $versionDir ; do
|
||||
$num=$(($num + 1))
|
||||
num=$(($num + 1))
|
||||
done
|
||||
|
||||
if [ $num -eq 1 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue