about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-21 04:09:26 +0200
committerhut <hut@lavabit.com>2009-07-21 04:09:26 +0200
commit0afab31a620df8bf45e60e66bfcce21b2c6b7f47 (patch)
tree0cb6102394f1b8ebca1d8875d0a2806d0db649ce
parent0c1954f24f5ab60b1fa74790a6f04e7f91add69e (diff)
downloadranger-0afab31a620df8bf45e60e66bfcce21b2c6b7f47.tar.gz
typo
-rwxr-xr-xranger2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger b/ranger
index e2073ba0..b3088ed1 100755
--- a/ranger
+++ b/ranger
@@ -22,7 +22,7 @@ $: << MYDIR = File.dirname(Pathname(__FILE__).realpath)
 ##--------------------------------------------------
 # parse arguments
 
-if ARGV[1] == '--workaround'
+if ARGV[0] == '--workaround'
 	ARGV.shift(2)
 	ARGV.unshift('--cd')
 end