From 7a50bbdb0406e1dd06fc869d9ba473c977fa09b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sun, 11 Apr 2021 12:43:13 +0200 Subject: [PATCH] Revert "shouldn't be tracked?!?" This reverts commit 8ae3a24f88f2753017306d8fd94e6984cfc6f147. --- node_modules/.bin/sshpk-conv | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 node_modules/.bin/sshpk-conv diff --git a/node_modules/.bin/sshpk-conv b/node_modules/.bin/sshpk-conv deleted file mode 100644 index 91957fa..0000000 --- a/node_modules/.bin/sshpk-conv +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../sshpk/bin/sshpk-conv" "$@" - ret=$? -else - node "$basedir/../sshpk/bin/sshpk-conv" "$@" - ret=$? -fi -exit $ret