From: Ben Pfaff Date: Fri, 30 Jun 2006 00:51:42 +0000 (+0000) Subject: Use test -f because Solaris sh does not support -e. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de6c3a98848de085ca065b42b4e3df9741345ac;hp=2de6c3a98848de085ca065b42b4e3df9741345ac;p=pintos-anon Use test -f because Solaris sh does not support -e. (Idiots can't read POSIX spec I guess.) ---