fixed function namescape

This commit is contained in:
Mark Tareshawty 2013-01-18 23:41:06 -05:00
commit c8ed275973

View file

@ -154,7 +154,7 @@ function trash() {
IFS=$temp_ifs
}
function listDownloads() {
function viewDownloadsList() {
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV*\
'select LSQuarantineDataURLString from LSQuarantineEvent'
}