aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-01-27 19:24:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-01-27 19:24:55 -0200
commit180e50414b9951b8b9d92ed616b39b22a3f7767b (patch)
tree05d88d47a43590f8b890a6ac0a52fd6c98e4ae78
parentb6b6d89f9439de95a1fc214662d02828bdfd37cb (diff)
downloadvbox-180e50414b9951b8b9d92ed616b39b22a3f7767b.tar.gz
vbox-180e50414b9951b8b9d92ed616b39b22a3f7767b.tar.bz2
Oops
-rwxr-xr-xvbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbox b/vbox
index 4cea401..1035390 100755
--- a/vbox
+++ b/vbox
@@ -41,7 +41,7 @@ function vbox_clip {
local instances="`ps -o pid,command -e | grep "VBoxClient --clipboard" | cut -d ' ' -f 2 | xargs`"
# Kill old instances
- for pid in instances; do
+ for pid in $instances; do
kill -9 $pid &> /dev/null
done