From 444be23decea26ea40090a909b36fd23516a88b4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 21 Aug 2010 12:03:08 -0400 Subject: Quotes really needed here? --- examples/data/scripts/session.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/data/scripts/session.sh') diff --git a/examples/data/scripts/session.sh b/examples/data/scripts/session.sh index 3f1c6d3..64d8c6b 100755 --- a/examples/data/scripts/session.sh +++ b/examples/data/scripts/session.sh @@ -46,17 +46,17 @@ case $act in if [ ! "$UZBL_URL" = "(null)" ]; then echo "$UZBL_URL" >> $UZBL_SESSION_FILE fi - echo "exit" > "$UZBL_FIFO" + echo "exit" > $UZBL_FIFO ;; "endsession" ) mv "$UZBL_SESSION_FILE" "$UZBL_SESSION_FILE~" for fifo in $UZBL_FIFO_DIR/uzbl_fifo_*; do if [ "$fifo" != "$UZBL_FIFO" ]; then - echo "spawn $scriptfile endinstance" > "$fifo" + echo "spawn $scriptfile endinstance" > $fifo fi done - echo "spawn $scriptfile endinstance" > "$UZBL_FIFO" + echo "spawn $scriptfile endinstance" > $UZBL_FIFO ;; * ) -- cgit v1.2.3