chiark / gitweb /
tg import -s: Whitespace fix
authorPetr Baudis <pasky@suse.cz>
Thu, 25 Sep 2008 18:11:57 +0000 (20:11 +0200)
committerPetr Baudis <pasky@suse.cz>
Thu, 25 Sep 2008 18:11:57 +0000 (20:11 +0200)
tg-import.sh

index 9f03c3f6a5f46d0605ce3a5e40c3bbd4155fc1f9..2a24fbb96dfc7e0600416e0eb51bae5bb63a95be 100644 (file)
@@ -76,7 +76,7 @@ process_commit()
 }
 
 if [ -n "$single" ]; then
-       process_commit "$ranges" "$single"
+       process_commit $ranges "$single"
        exit
 fi