aboutsummaryrefslogtreecommitdiff
path: root/bin/edda
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-12-15 16:47:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-12-15 16:47:09 +1300
commitb9ba70ad0be202862ba7c10970f463fcbe90b2a6 (patch)
treee23c67afd441665428560284b335b4c9c63a4ffd /bin/edda
parentShortcut to wrap a line in a function (diff)
downloaddotfiles-b9ba70ad0be202862ba7c10970f463fcbe90b2a6.tar.gz
dotfiles-b9ba70ad0be202862ba7c10970f463fcbe90b2a6.zip
New array append syntax for binscripts
Diffstat (limited to 'bin/edda')
-rwxr-xr-xbin/edda2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/edda b/bin/edda
index 996ed2a5..9fc5e932 100755
--- a/bin/edda
+++ b/bin/edda
@@ -45,7 +45,7 @@ for arg ; do
;;
-*)
shift
- opts=("${opts[@]}" "$arg")
+ opts[${#opts[@]}]=$arg
;;
esac
done