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/mountfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc/bin/inst/mountfs') diff --git a/rc/bin/inst/mountfs b/rc/bin/inst/mountfs index 10d41bde7..9bfea7fef 100755 --- a/rc/bin/inst/mountfs +++ b/rc/bin/inst/mountfs @@ -5,9 +5,9 @@ switch($fstype){ case cwfs cwfs64 cwfs64x - exec mountcwfs $* + exec ./mountcwfs $* case hjfs - exec mounthjfs $* + exec ./mounthjfs $* case * mountfs=notdone export mountfs -- cgit v1.2.3