edje_recc: don't use negative exit code in a /bin/sh script
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 3 Nov 2017 20:46:11 +0000 (15:46 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Fri, 3 Nov 2017 20:46:11 +0000 (15:46 -0500)
commit376be13f4632ba7a8372a018b2d2734828b9856f
tree1e6abd580ab0dec0d1899c543f3032d6fa3c4aa1
parent7f48764d173c6bd7eb3191000a482c0d5d7400c1
edje_recc: don't use negative exit code in a /bin/sh script

Apparently this isn't well supported by dash, which will print an
error and return a 2, where zsh and bash will return 255.

Explicitly returning 255 seems least surprising.

see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772322

 #IHaveNoIdeaWhatThisScriptDoes
src/bin/edje/edje_recc