Description: Fix nodejs shebang
 The node executable is called nodejs in Debian.
Author: Ross Gammon <rosco2@ubuntu.com>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- node-js-yaml.orig/bin/js-yaml.js
+++ node-js-yaml/bin/js-yaml.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 
 
 'use strict';
