diff options
author | shmibs <shmibs@gmail.com> | 2017-03-28 16:00:24 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2017-03-28 16:00:24 -0700 |
commit | cb26d5ddb9dc81143f95690c940efb2bfe15cf27 (patch) | |
tree | 03b94d70ecbde0b98f15d442e747796ec466bcd3 /make-gif | |
parent | 846a81d4006e141a7667f459b25e76d769b8d3e9 (diff) | |
download | make-gif-cb26d5ddb9dc81143f95690c940efb2bfe15cf27.tar.gz |
one-line cleanliness fix
Diffstat (limited to 'make-gif')
-rwxr-xr-x | make-gif | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -145,8 +145,7 @@ fi # make links local tmp_pref_i -tmp_pref_i="make-gif" -tmp_pref_i="${2:h}/${tmp_pref_i}" +tmp_pref_i="${2:h}/make-gif" while [[ -f "${tmp_pref_i}-palette.png" ]] || [[ -f "${tmp_pref_i}-in" ]]; do tmp_pref_i="${tmp_pref_i}-1" |