diff options
-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 |
index : Utils | ||
Collection of scripts and configurations. | Dan Goodliffe |
summaryrefslogtreecommitdiff |
-rw-r--r-- | bashrc | 2 |
@@ -9,7 +9,7 @@ safedir() { } diffWith() { - diffCmd=$1 + diffCmd=$@ diffFile="/tmp/diffwith-$(safedir $diffCmd).patch" $diffCmd > $diffFile dos2unix -q $diffFile |