You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by al...@apache.org on 2018/07/14 09:39:48 UTC

svn commit: r1835890 - /aries/scripts/verify_staged_release.sh

Author: alien11689
Date: Sat Jul 14 09:39:48 2018
New Revision: 1835890

URL: http://svn.apache.org/viewvc?rev=1835890&view=rev
Log:
[MAINTENANCE] Run verify scripts with bash

Modified:
    aries/scripts/verify_staged_release.sh

Modified: aries/scripts/verify_staged_release.sh
URL: http://svn.apache.org/viewvc/aries/scripts/verify_staged_release.sh?rev=1835890&r1=1835889&r2=1835890&view=diff
==============================================================================
--- aries/scripts/verify_staged_release.sh (original)
+++ aries/scripts/verify_staged_release.sh Sat Jul 14 09:39:48 2018
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # This script runs the steps described at http://aries.apache.org/development/verifyingrelease.html