Skip to content

Commit 1f0ba5d

Browse files
committed
Changed CheckTypeError().
1 parent 4a6a8d9 commit 1f0ba5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function CheckArgs()
173173
}
174174

175175
function CheckTypeError() {
176-
sudu bash -c 'type -a type' > /dev/null 2>&1
176+
type -a type > /dev/null 2>&1
177177
TypeError=$?
178178
if [[ "$TypeError" == "1" ]]
179179
then

0 commit comments

Comments
 (0)