Skip to content

Commit

Permalink
debian: add missing escape for $ :<
Browse files Browse the repository at this point in the history
$ ->
$$
  • Loading branch information
kou committed Oct 22, 2012
1 parent 22393c1 commit de37e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debian/rules
Expand Up @@ -30,7 +30,7 @@ DESTDIR = debian/tmp
override_dh_install:
npm install --production node-gyp
if [ -x /usr/bin/nodejs ]; then \
sed -i'' -e '1 s/node$/nodejs/' \
sed -i'' -e '1 s/node$$/nodejs/' \
node_modules/node-gyp/bin/node-gyp.js; \
fi

Expand Down

0 comments on commit de37e16

Please sign in to comment.