From 16407c4dd6d6d5991cfefa69627df9c65c000d08 Mon Sep 17 00:00:00 2001 From: John Buttery Date: Sat, 12 Jul 2014 23:57:11 -0500 Subject: [PATCH] Set explicit path to setpath in makejar Fixes an issue where makejar will fail if "." (the current directory) is not in the user's $PATH. --- makejar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makejar b/makejar index efe1900..6ff48b5 100755 --- a/makejar +++ b/makejar @@ -1,4 +1,4 @@ -. setpath +. ./setpath javac JAuth/AuthenticatorGUI.java