File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 # errors.
2727
2828 # Otherwise let's see if some expected binaries are present.
29- if [ ! -x "/usr/local/gnustep /bin/gnustep-config" ] ; then
29+ if [ ! -x "/usr/local/GNUstep /bin/gnustep-config" ] ; then
3030 echo "gnustep-config not found!"
3131 exit 1
3232 fi
33- if [ ! -x "/usr/local/gnustep /bin/gorm" ] ; then
33+ if [ ! -x "/usr/local/GNUstep /bin/gorm" ] ; then
3434 echo "gorm not found!"
3535 exit 1
3636 fi
@@ -54,11 +54,11 @@ jobs:
5454 # errors.
5555
5656 # Otherwise let's see if some expected binaries are present.
57- if [ ! -x "/usr/local/gnustep /bin/gnustep-config" ] ; then
57+ if [ ! -x "/usr/local/GNUstep /bin/gnustep-config" ] ; then
5858 echo "gnustep-config not found!"
5959 exit 1
6060 fi
61- if [ ! -x "/usr/local/gnustep /bin/gorm" ] ; then
61+ if [ ! -x "/usr/local/GNUstep /bin/gorm" ] ; then
6262 echo "gorm not found!"
6363 exit 1
6464 fi
You can’t perform that action at this time.
0 commit comments