Home | History | Annotate | Download | only in gyp
      1 #!/bin/sh
      2 
      3 if [ -f $1 ]; then
      4     $1 || exit $?;
      5 fi
      6