mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add missing echo in ardev_common.sh.in
This commit is contained in:
parent
64a091ea4b
commit
2106ab431b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[ -z $TOP ] && "ardev_common.sh: TOP var must be set" && exit 1
|
||||
[ -z $TOP ] && echo "ardev_common.sh: TOP var must be set" >&2 && exit 1
|
||||
|
||||
#export G_DEBUG=fatal_criticals
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue