@@ -92,7 +92,7 @@ for a in "$@"; do
92
92
rotated=$(( rotated+ 1 ))
93
93
fi
94
94
done
95
- echo 1>&2 " Please set executable_name to a valid name in a text editor"
95
+ echo " Please set executable_name to a valid name in a text editor" 1>&2
96
96
exit 1
97
97
fi
98
98
done
@@ -104,7 +104,7 @@ if [ -x "$1" ] ; then
104
104
fi
105
105
106
106
if [ -z " ${executable_name} " ] || [ ! -x " ${executable_name} " ]; then
107
- echo 1>&2 " Please set executable_name to a valid name in a text editor or as the first command line parameter"
107
+ echo " Please set executable_name to a valid name in a text editor or as the first command line parameter" 1>&2
108
108
exit 1
109
109
fi
110
110
@@ -151,8 +151,8 @@ case ${os_type} in
151
151
;;
152
152
* )
153
153
# alright whos running games on freebsd
154
- echo 1>&2 " Unknown operating system ($( uname -s) )"
155
- echo 1>&2 " Make an issue at https://github.com/NeighTools/UnityDoorstop"
154
+ echo " Unknown operating system ($( uname -s) )" 1>&2
155
+ echo " Make an issue at https://github.com/NeighTools/UnityDoorstop" 1>&2
156
156
exit 1
157
157
;;
158
158
esac
@@ -190,10 +190,10 @@ case "${file_out}" in
190
190
arch=" x86"
191
191
;;
192
192
* )
193
- echo 1>&2 " The executable \" ${executable_path} \" is not compiled for x86 or x64 (might be ARM?)"
194
- echo 1>&2 " If you think this is a mistake (or would like to encourage support for other architectures)"
195
- echo 1>&2 " Please make an issue at https://github.com/NeighTools/UnityDoorstop"
196
- echo 1>&2 " Got: ${file_out} "
193
+ echo " The executable \" ${executable_path} \" is not compiled for x86 or x64 (might be ARM?)" 1>&2
194
+ echo " If you think this is a mistake (or would like to encourage support for other architectures)" 1>&2
195
+ echo " Please make an issue at https://github.com/NeighTools/UnityDoorstop" 1>&2
196
+ echo " Got: ${file_out} " 1>&2
197
197
exit 1
198
198
;;
199
199
esac
0 commit comments