From 9241c0dd55d50ccdbaa7a6f08f5283422fc859fd Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 29 Apr 2016 11:34:48 +0000 Subject: scripts: avoid hard-coded paths in scripts Signed-off-by: Iblis Lin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49267 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/remote-gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/remote-gdb') diff --git a/scripts/remote-gdb b/scripts/remote-gdb index cd59033e7a..52306639fc 100755 --- a/scripts/remote-gdb +++ b/scripts/remote-gdb @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; -- cgit v1.2.3