summaryrefslogtreecommitdiff
path: root/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common.sh')
-rw-r--r--common.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/common.sh b/common.sh
index 1348b96..3d8c3ec 100644
--- a/common.sh
+++ b/common.sh
@@ -93,11 +93,11 @@ emacs_getopt() {
declare l="$2"
shift 2
emacs_getopt_init
- args="$(getopt -a \
- -n "$0" \
- -o "${emacs_getopt_o}${o}" \
- -l "${emacs_getopt_l}${l:+,$l}" \
- -- "$@")"
+ getopt -a \
+ -n "$0" \
+ -o "${emacs_getopt_o}${o}" \
+ -l "${emacs_getopt_l}${l:+,$l}" \
+ -- "$@"
}
emacs_usage() {