From 0d378e905e4df6266d9fc9243e7ed735e12d839b Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 26 Oct 2013 20:17:56 +0200 Subject: inst: cleanup installer making it not rely on path containing . always explicitely execute installer modules with ./name instead of relying that the path contians the dot. --- rc/bin/inst/hdrs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 rc/bin/inst/hdrs (limited to 'rc/bin/inst/hdrs') diff --git a/rc/bin/inst/hdrs b/rc/bin/inst/hdrs deleted file mode 100755 index 0b934999f..000000000 --- a/rc/bin/inst/hdrs +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/rc - -if(! ~ $#* 1) { - echo 'usage: hdrs file.9gz' >[1=2] - exit usage -} -gunzip < $1 | disk/mkext -h -- cgit v1.2.3