Skip to content

Commit

Permalink
Changed function error() to error() in nv40c.in to allow compiliation…
Browse files Browse the repository at this point in the history
… with shells other than bash (ie, dash)
  • Loading branch information
Spork-Schivago committed Aug 4, 2014
1 parent 67ae88f commit 043d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgcomp/nv40c.in
Expand Up @@ -2,7 +2,7 @@

progname=`basename "${0}"`

function error ()
error ()
{
printf "${progname}: $*\n" >& 2;
exit 1;
Expand Down

0 comments on commit 043d27e

Please sign in to comment.