Fixing obs_upload for running within make
authorEd Page <eopage@byu.net>
Sat, 13 Aug 2011 00:07:27 +0000 (19:07 -0500)
committerEd Page <eopage@byu.net>
Sat, 13 Aug 2011 00:07:27 +0000 (19:07 -0500)
support/obs_upload.sh

index cc64d42..d2b8095 100755 (executable)
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
 # Doing the pushd as a test of directory movement to try to be safer with the "rm"
 pushd ../../osc/home:epage:$2/$1 && rm $1_*.dsc $1_*.tar.gz
 popd
 # Doing the pushd as a test of directory movement to try to be safer with the "rm"
 pushd ../../osc/home:epage:$2/$1 && rm $1_*.dsc $1_*.tar.gz
 popd