diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-11-04 16:40:12 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-11-04 16:40:12 +0000 |
commit | 2edc2876e015bb81ef59387745eeb76239f7cbc0 (patch) | |
tree | 47f58286c4f33840133e31428e85de0618583b0a /bashrc | |
parent | Remove PA things :D (diff) | |
download | util-2edc2876e015bb81ef59387745eeb76239f7cbc0.tar.bz2 util-2edc2876e015bb81ef59387745eeb76239f7cbc0.tar.xz util-2edc2876e015bb81ef59387745eeb76239f7cbc0.zip |
Fix diffWith to pass all parameters
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ safedir() { } diffWith() { - diffCmd=$1 + diffCmd=$@ diffFile="/tmp/diffwith-$(safedir $diffCmd).patch" $diffCmd > $diffFile dos2unix -q $diffFile |