Skip to content

Commit

Permalink
Merge pull request #2 from zaki50/fix_script_params
Browse files Browse the repository at this point in the history
replace $@ with "$@"
  • Loading branch information
tomorrowkey committed Sep 13, 2014
2 parents 87cc429 + 259e656 commit 0b34b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/adbp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

SCRIPT=`dirname $0`/adb_peco.sh
$SCRIPT adb $@
$SCRIPT adb "$@"
2 changes: 1 addition & 1 deletion bin/pidcatp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

SCRIPT=`dirname $0`/adb_peco.sh
$SCRIPT pidcat $@
$SCRIPT pidcat "$@"

0 comments on commit 0b34b55

Please sign in to comment.