Commit b091444d9863bf469e062261c642accc00254dd1
Use proper node shebang
urgh, fuck Debian. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>Johannes Löthberg committed on 5/3/2016, 11:21:09 AM
Parent: 9a59042f7960ed5edab757e515723cfbe0dbe5be
Files changed
bin.js | changed |
bin.js | ||
---|---|---|
@@ -1,8 +1,5 @@ | ||
1 | -#!/bin/sh | |
2 | -':' //; exec "$(command -v node || command -v nodejs)" "$0" "$@" | |
3 | -// http://unix.stackexchange.com/questions/65235/universal-node-js-shebang | |
4 | -// vi: ft=javascript | |
1 … | +#!/usr/bin/env node | |
5 | 2 … | |
6 | 3 … | var path = require('path') |
7 | 4 … | var proc = require('child_process') |
8 | 5 … | var ssbRef = require('ssb-ref') |
Built with git-ssb-web