This commit is contained in:
Jeevitha Kannan K S 2024-10-15 23:25:32 +05:30
parent 79eb752552
commit 24007dc15c
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ check $? "Downloading linutil"
chmod +x "$temp_file" chmod +x "$temp_file"
check $? "Making linutil executable" check $? "Making linutil executable"
"$temp_file" "$temp_file" "$@"
check $? "Executing linutil" check $? "Executing linutil"
rm -f "$temp_file" rm -f "$temp_file"

View File

@ -69,7 +69,7 @@ check $? "Downloading linutil"
chmod +x "$TMPFILE" chmod +x "$TMPFILE"
check $? "Making linutil executable" check $? "Making linutil executable"
"$TMPFILE" "$TMPFILE" "$@"
check $? "Executing linutil" check $? "Executing linutil"
rm -f "$TMPFILE" rm -f "$TMPFILE"