From aa940b2f46090e27eb0ced829eb154889c204b0f Mon Sep 17 00:00:00 2001 From: Robert Rothenberg Date: Sun, 7 Nov 2010 17:30:34 +0000 Subject: [PATCH] Improved querying of mount points via teringijer@reddit --- trash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 trash diff --git a/trash b/trash old mode 100644 new mode 100755 index a231865..8538fb0 --- a/trash +++ b/trash @@ -1,7 +1,7 @@ #!/bin/bash -# $Id: trash 2009/02/01 23:37:11 GMT rr@dwaible $ -# Version 0.2.0 +# $Id: trash 2010/11/07 17:29:43 GMT rr@dwaible $ +# Version 0.2.1 # Robert Rothenberg # This is a bash script implementation of the FreeDesktop.org Trash @@ -60,7 +60,7 @@ function url_encode { function get_trashdir { - mounts=`cat /etc/fstab |grep -v \# |awk '{print $2}'` + mounts=`awk '{ print $2 }' /proc/mounts` base=/ if [ "$EUID" != "0" ]; then