]> AND Public Git Repository - simgrid.git/blobdiff - tools/internal/check_dist_archive
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get was done, now fix set
[simgrid.git] / tools / internal / check_dist_archive
index e31e692b191b64c60bc351e1d1fa319d822845d8..c9eafcea46aff92b03ed2e18f57f2e7e1c87b91a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# Copyright (c) 2013-2014. The SimGrid Team.
+# Copyright (c) 2013-2018. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
@@ -103,7 +103,7 @@ EOF
     fi
 }
 
-colordiff=$(type -p colordiff || true) 
+colordiff=$(type -p colordiff || true)
 colorless() {
     if [ -x "$colordiff" ]; then
         "$colordiff" | less -R -F -X