From: Ed Page Date: Sat, 13 Aug 2011 00:07:27 +0000 (-0500) Subject: Fixing obs_upload for running within make X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=commitdiff_plain;h=fe91cffdf563200ae0136c874f5c63b3b8d044e9;ds=inline Fixing obs_upload for running within make --- diff --git a/support/obs_upload.sh b/support/obs_upload.sh index cc64d42..d2b8095 100755 --- a/support/obs_upload.sh +++ b/support/obs_upload.sh @@ -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