aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Aparício <aparicio99@gmail.com>2012-07-20 03:25:32 +0100
committerAndré Aparício <aparicio99@gmail.com>2012-08-03 01:03:41 +0100
commit14db07b33b4a2df8ede5b8f7b7cda89004009d8d (patch)
tree1b6168206f04377d98341debd76323537372b58d /scripts
parentParser&Walker: Escape '[' and ']' (diff)
downloadlibbash-14db07b33b4a2df8ede5b8f7b7cda89004009d8d.tar.gz
libbash-14db07b33b4a2df8ede5b8f7b7cda89004009d8d.tar.bz2
libbash-14db07b33b4a2df8ede5b8f7b7cda89004009d8d.zip
Parser&Walker: Escape '
Diffstat (limited to 'scripts')
-rw-r--r--scripts/command_execution.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/command_execution.bash b/scripts/command_execution.bash
index 1cc837b..c526d75 100644
--- a/scripts/command_execution.bash
+++ b/scripts/command_execution.bash
@@ -96,7 +96,7 @@ eval abc+=\( \"\$@\" \)
declare MOZILLA_FIVE_HOME="/usr/share/${PN}"
declare foo=23 empty bar=42
echo $MOZILLA_FIVE_HOME $foo $lol $bar
-echo \(\)\[\]\$\"\>
+echo \(\)\[\]\$\"\>\'
FILE=scripts/input_output_test
echo foo > $FILE