[Secure-testing-commits] r34768 - bin

Salvatore Bonaccorso carnil at moszumanska.debian.org
Sat Jun 6 14:57:02 UTC 2015


Author: carnil
Date: 2015-06-06 14:57:02 +0000 (Sat, 06 Jun 2015)
New Revision: 34768

Modified:
   bin/add-dsa-needed.sh
Log:
add-dsa-needed.sh: Slightly change indentation

Modified: bin/add-dsa-needed.sh
===================================================================
--- bin/add-dsa-needed.sh	2015-06-06 14:57:01 UTC (rev 34767)
+++ bin/add-dsa-needed.sh	2015-06-06 14:57:02 UTC (rev 34768)
@@ -36,15 +36,15 @@
 output=data/dsa-needed.txt
 case "${1:-}" in
     --stdout)
-    output=/dev/stdout
-    ;;
+        output=/dev/stdout
+        ;;
     '')
-    :
-    ;;
+        :
+        ;;
     *)
-    echo "error: unknown option '$1'" >&2
-    exit 1
-    ;;
+        echo "error: unknown option '$1'" >&2
+        exit 1
+        ;;
 esac
 
 for release in oldstable stable; do




More information about the Secure-testing-commits mailing list