Changeset 5472:508ffc26dad2 for alias.c
Legend:
- Unmodified
- Added
- Removed
-
alias.c
r5458 r5472 149 149 * From: Michael `/bin/rm -f ~` Elkins <me@mutt.org> 150 150 * and the user creates an alias for this, Mutt could wind up executing 151 * the backtic s because it writes aliases like151 * the backticks because it writes aliases like 152 152 * alias me Michael `/bin/rm -f ~` Elkins <me@mutt.org> 153 * To avoid this problem, use a backslash (\) to quote any backtic s. We also153 * To avoid this problem, use a backslash (\) to quote any backticks. We also 154 154 * need to quote backslashes as well, since you could defeat the above by 155 155 * doing
